Documentation
Preparing search index...
@saltcorn/types
model-abstracts/abstract_workflow_step
WorkflowStepCfg
Type Alias WorkflowStepCfg
type
WorkflowStepCfg
=
{
action_name
:
string
;
configuration
:
any
;
id
?:
number
;
initial_step
:
boolean
;
name
:
string
;
next_step
?:
string
;
only_if
?:
string
;
trigger_id
:
number
;
}
Index
Properties
action_
name
configuration
id?
initial_
step
name
next_
step?
only_
if?
trigger_
id
Properties
action_
name
action_name
:
string
configuration
configuration
:
any
Optional
id
id
?:
number
initial_
step
initial_step
:
boolean
name
name
:
string
Optional
next_
step
next_step
?:
string
Optional
only_
if
only_if
?:
string
trigger_
id
trigger_id
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
action_
name
configuration
id
initial_
step
name
next_
step
only_
if
trigger_
id
Documentation
Loading...