compose_business_workflow
Draft a business workflow from primitives while adding webhooks, state transitions, retries, and approval gates. Governed draft creation is blocked from publishing until a client call approves it.
Instructions
Draft an Agent Builder workflow from business primitives.
Use this when the user wants an operational workflow or Agentic loop made
out of primitives. The builder prompt includes hidden setup such as webhooks
or polling watchers, response context capture, state transitions,
idempotency, retries, and approval gates so users do not need to know those
technical details. The sovereign progressive profile permits governed draft
creation but rejects publish=true before any client call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| loop | No | ||
| inputs | No | {} | |
| publish | No | ||
| objective | Yes | ||
| owner_role | No | workflow_owner | |
| primitive_ids | No | ||
| trigger_event | No | ||
| workflow_name | No | ||
| workflow_type | No | ||
| max_iterations | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |