Preparing search index...
The search index is not available
Stratix Framework - v0.8.2
Stratix Framework
core/src
ConditionalStep
Interface ConditionalStep
Conditional branching step
interface
ConditionalStep
{
type
:
"conditional"
;
id
:
string
;
condition
:
string
;
then
:
WorkflowStep
[]
;
else
?:
WorkflowStep
[]
;
}
Index
Properties
type
id
condition
then
else?
Properties
Readonly
type
type
:
"conditional"
Readonly
id
id
:
string
Readonly
condition
condition
:
string
Readonly
then
then
:
WorkflowStep
[]
Optional
Readonly
else
else
?:
WorkflowStep
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
type
id
condition
then
else
Stratix Framework - v0.8.2
Loading...
Conditional branching step