Skip to main content
Pipedream is adding powerful control flow operators so you can build and run non-linear workflows to unlock use cases that require advanced orchestration.

Operators

OperatorDescription
If/Else (beta)Supports single-path, logical branching orchestration.
DelayAdd a delay from 1 millisecond to 1 year before the next step of your workflow proceeds.
FilterDefine rules to stop or continue workflow execution.
End WorkflowTerminate the workflow prior to the last step.
More operators (including parallel and looping) are coming soon.

Key Capabilities

  • Orchestrate execution of linear and non-linear workflows
  • Normalize results and continue after a non-linear operation
  • Nest control flow operators for advanced use cases
  • Return HTTP responses during or after most non-linear operations
  • Execute long running workflows (workflow timeout resets at each control flow boundary)

Execution Path

Context

The execution path represents the specific steps (and the order of steps) that run when a workflow is triggered.
  • Simple linear workflows are executed from top to bottom — every step is in the execution path.