@valon-technologies/gestalt
Preparing search index...
services/workflow
WorkflowStep
Interface WorkflowStep
interface
WorkflowStep
{
id
:
string
;
inputs
:
{
[
key
:
string
]:
WorkflowValue
}
;
when
?:
WorkflowStepWhen
;
timeoutSeconds
:
number
;
metadata
?:
JsonObject
;
action
:
WorkflowStepAction
;
}
Index
Properties
id
inputs
when?
timeout
Seconds
metadata?
action
Properties
id
id
:
string
inputs
inputs
:
{
[
key
:
string
]:
WorkflowValue
}
Optional
when
when
?:
WorkflowStepWhen
timeout
Seconds
timeoutSeconds
:
number
Optional
metadata
metadata
?:
JsonObject
action
action
:
WorkflowStepAction
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
inputs
when
timeout
Seconds
metadata
action
@valon-technologies/gestalt
Loading...