LoopFour

Steps

Workflow step types and configuration

Workflow Steps

Steps are the building blocks of workflows. Each step performs an operation and passes data to subsequent steps.

Step Types

Common Properties

All steps share these properties:

{
  "id": "unique-step-id",
  "type": "action",
  "name": "Human-readable name",
  "config": { }
}
PropertyRequiredDescription
idYesUnique identifier for referencing in templates
typeYesStep type (action, condition, transform, wait)
nameNoDisplay name for the step
configYesType-specific configuration

On this page