@servicenow/sdk - v4.4.1
Preparing search index...
@servicenow/sdk/automation
<internal>
FlowConfigProps
Interface FlowConfigProps
interface
FlowConfigProps
{
description
?:
string
;
flowPriority
?:
"LOW"
|
"MEDIUM"
|
"HIGH"
;
name
:
string
;
protection
?:
""
|
"read"
;
runAs
?:
"user"
|
"system"
;
runWithRoles
?:
(
string
|
Role
)
[]
;
}
Index
Properties
description?
flow
Priority?
name
protection?
run
As?
run
With
Roles?
Properties
Optional
description
description
?:
string
Optional
flow
Priority
flowPriority
?:
"LOW"
|
"MEDIUM"
|
"HIGH"
name
name
:
string
Optional
protection
protection
?:
""
|
"read"
Optional
run
As
runAs
?:
"user"
|
"system"
Optional
run
With
Roles
runWithRoles
?:
(
string
|
Role
)
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
description
flow
Priority
name
protection
run
As
run
With
Roles
@servicenow/sdk - v4.4.1
Loading...