nexo_run_workflow
Execute a durable workflow by providing a session ID and goal. Configure steps, shared state, and idempotency key for reliable orchestration.
Instructions
High-level durable workflow entry point for the public API surface.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sid | Yes | ||
| goal | Yes | ||
| steps | No | [] | |
| goal_id | No | ||
| shared_state | No | {} | |
| owner | No | ||
| idempotency_key | No |