Step
Executes an action within a flow and optionally stores the result under a named reference for use in subsequent steps.
Reference
Parameters
action
The interaction to execute when this step runs.
Component data2-core-types@Interaction
onError
The interaction to execute if the action throws an error.
Component data2-core-types@Interaction
resultName
Name under which the result of this step will be accessible as a reference in subsequent steps.
Component data2-core-primitives@String