@servicenow/sdk - v4.4.1
Preparing search index...
@servicenow/sdk/automation
Flow
Type Alias Flow
Flow
:
<
const
O
extends
TriggerInstance
,
const
F
extends
ReturnType
<
O
>
,
V
extends
Record
<
string
,
FlowValueType
>
,
>
(
_config
:
FlowDefinition
<
V
>
,
_triggerInstance
:
F
|
undefined
,
_body
?:
(
params
:
FlowBodyParams
<
F
,
OutputsWithDotwalk
<
V
>
>
)
=>
void
,
)
=>
{
type
:
"flow"
}
Type Declaration
<
const
O
extends
TriggerInstance
,
const
F
extends
ReturnType
<
O
>
,
V
extends
Record
<
string
,
FlowValueType
>
,
>
(
_config
:
FlowDefinition
<
V
>
,
_triggerInstance
:
F
|
undefined
,
_body
?:
(
params
:
FlowBodyParams
<
F
,
OutputsWithDotwalk
<
V
>
>
)
=>
void
,
)
:
{
type
:
"flow"
}
Type Parameters
const
O
extends
TriggerInstance
const
F
extends
ReturnType
<
O
>
V
extends
Record
<
string
,
FlowValueType
>
Parameters
_config
:
FlowDefinition
<
V
>
_triggerInstance
:
F
|
undefined
Optional
_body
:
(
params
:
FlowBodyParams
<
F
,
OutputsWithDotwalk
<
V
>
>
)
=>
void
Returns
{
type
:
"flow"
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@servicenow/sdk - v4.4.1
Loading...