Skip to Content
Using metamorphOSBuildAdd ActionsBasic (Actions)Control Flow (Actions)Control Flow (Actions)

Control Flow (Actions)

Control Flow actions determine how execution moves through a process.

Use them to branch, route, and repeat logic based on runtime data.

Subpages

  • Loop over CSV — Loop over a list and write the content to context variables for later use.
  • Loop over Array — Iterate over an array and run the loop path once for each item.
  • Match Case — Route execution across multiple branches by matching one value against a list of options.
  • Conditional Branching — Evaluate one or more filter rules and route execution to a success or failure path.
Last updated on