@servicenow/sdk - v4.7.0
Preparing search index...
@servicenow/sdk/automation
FlowDefinition
Interface FlowDefinition<V, S>
interface
FlowDefinition
<
V
extends
Record
<
string
,
FlowValueType
>
,
S
extends
{
[
key
:
string
]:
FlowStageConfig
}
=
{}
,
>
{
$id
:
string
|
number
|
ExplicitKey
<
string
>
;
$override
?:
Record
<
string
,
string
|
number
|
boolean
>
;
description
?:
string
;
flowPriority
?:
"LOW"
|
"MEDIUM"
|
"HIGH"
;
flowVariables
?:
V
;
name
:
string
;
protectionPolicy
?:
""
|
"read"
;
runAs
?:
"system"
|
"user"
;
runWithRoles
?:
(
string
|
Role
)
[]
;
stages
?:
S
;
}
Type Parameters
V
extends
Record
<
string
,
FlowValueType
>
S
extends
{
[
key
:
string
]:
FlowStageConfig
}
=
{}
Index
Properties
$id
$override?
description?
flow
Priority?
flow
Variables?
name
protection
Policy?
run
As?
run
With
Roles?
stages?
Properties
$id
$id
:
string
|
number
|
ExplicitKey
<
string
>
Optional
$override
$override
?:
Record
<
string
,
string
|
number
|
boolean
>
Set properties not directly supported by this API.
Optional
description
description
?:
string
Optional
flow
Priority
flowPriority
?:
"LOW"
|
"MEDIUM"
|
"HIGH"
Optional
flow
Variables
flowVariables
?:
V
name
name
:
string
Optional
protection
Policy
protectionPolicy
?:
""
|
"read"
Optional
run
As
runAs
?:
"system"
|
"user"
Optional
run
With
Roles
runWithRoles
?:
(
string
|
Role
)
[]
Optional
stages
stages
?:
S
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
$id
$override
description
flow
Priority
flow
Variables
name
protection
Policy
run
As
run
With
Roles
stages
@servicenow/sdk - v4.7.0
Loading...
Set properties not directly supported by this API.