How-To Guides

Configure service calls, conditional execution, retries, parallel work, compensation, and production deployment.

HTTP Steps

Register an existing HTTP endpoint as a Step using direct JSON bodies, URL placeholders, and execution headers.

Read →

Flow Design

Design Flows around clear outcomes and the data dependencies that produce them.

Read →

Async Steps

Start long-running or queue-backed work with an HTTP request and complete it through an idempotent callback.

Read →

Predicates

Control Step execution and input selection with Lua or JSONPath conditions.

Read →

Retries

Configure attempts and backoff for retryable Step failures.

Read →

Memoization

Reuse successful results when a deterministic Step receives identical inputs.

Read →

Work Items

Expand input values into parallel Work Items and aggregate their outputs.

Read →

Configuration

Configure engine networking, retries, storage, clustering, and production routing.

Read →

Compensation

Configure reversible Steps and choose whether failure rolls back one Step or the full Flow.

Read →