Steps
Custom Action Step
Used to execute any custom code as a step in the workflow.
Custom Step Outputs
The custom step is a unique step that allows you to specify the output of the
step, the output is strongly typed using the outputSchema
.
Custom Step Result
The custom step returns any object that you responded with in the step resolver function.
Was this page helpful?