Preparing search index...
The search index is not available
Stratix Framework - v0.8.2
Stratix Framework
core/src
LoopStep
Interface LoopStep
Loop step
interface
LoopStep
{
type
:
"loop"
;
id
:
string
;
collection
:
StepInput
;
itemVariable
:
string
;
steps
:
WorkflowStep
[]
;
maxIterations
?:
number
;
}
Index
Properties
type
id
collection
item
Variable
steps
max
Iterations?
Properties
Readonly
type
type
:
"loop"
Readonly
id
id
:
string
Readonly
collection
collection
:
StepInput
Readonly
item
Variable
itemVariable
:
string
Readonly
steps
steps
:
WorkflowStep
[]
Optional
Readonly
max
Iterations
maxIterations
?:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
type
id
collection
item
Variable
steps
max
Iterations
Stratix Framework - v0.8.2
Loading...
Loop step