Branch and rejoin by decision

Route one value through true or false work, then merge both paths into a single continuation.

What the workflow does

Route one value through true or false work, then merge both paths into a single continuation.

Graph

  1. decide uses flow.if.
  2. approved uses flow.wait.
  3. rejected uses flow.wait.
  4. merge uses flow.merge.

Why this boundary works

Every node has one visible job, and the edges carry only the data needed by the next step. Replace any native node after import when your production contract needs stricter validation.

Before production

Add input validation, name the retry boundary, and connect real credentials only in the destination environment.

Try it in Octonode

Use the Community catalog as a starting point, then keep the imported copy small enough to understand in one sitting.