Operation Step
Type: Object
A single step in an Operation
More information can be found in our Operations concept page.
Properties
data
Type: StepDataTemplate
The template used to modify the StepData passed to the step.
type
Type: String
A description of the step to call. This usually consists of two parts: the type of the step and the name of the step. Examples of a step type are operation/do-something
, action/doSomething
, transform/setSomething