Preparing search index...
The search index is not available
Stratix Framework - v0.8.2
Stratix Framework
core/src
StepInput
Type Alias StepInput
StepInput
:
|
{
type
:
"literal"
;
value
:
unknown
}
|
{
type
:
"variable"
;
name
:
string
}
|
{
type
:
"expression"
;
expression
:
string
}
Input for workflow steps
Can be a literal value, variable reference, or expression
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Stratix Framework - v0.8.2
Loading...
Input for workflow steps
Can be a literal value, variable reference, or expression