@valon-technologies/gestalt
Preparing search index...
index
WorkflowStep
Interface WorkflowStep
interface
WorkflowStep
{
id
?:
string
;
inputs
?:
Record
<
string
,
WorkflowValue
>
;
app
?:
WorkflowStepAppCall
;
agent
?:
WorkflowStepAgentTurn
;
when
?:
WorkflowStepWhen
;
timeoutSeconds
?:
number
;
metadata
?:
object
;
action
?:
WorkflowStepActionKind
;
}
Index
Properties
id?
inputs?
app?
agent?
when?
timeout
Seconds?
metadata?
action?
Properties
Optional
id
id
?:
string
Optional
inputs
inputs
?:
Record
<
string
,
WorkflowValue
>
Optional
app
app
?:
WorkflowStepAppCall
Optional
agent
agent
?:
WorkflowStepAgentTurn
Optional
when
when
?:
WorkflowStepWhen
Optional
timeout
Seconds
timeoutSeconds
?:
number
Optional
metadata
metadata
?:
object
Optional
action
action
?:
WorkflowStepActionKind
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
inputs
app
agent
when
timeout
Seconds
metadata
action
@valon-technologies/gestalt
Loading...