Durable by design
A workflow waits on people, timers, functions, or external events without a caller holding the process open.
Product / Coordinate work
Describe durable, inspectable processes instead of hiding state in glue code.
A workflow waits on people, timers, functions, or external events without a caller holding the process open.
Entity definitions can carry triggers that run before or after an operation, ordered or in parallel, for single or bulk requests.
Steps and execution logs stay visible in the console, so an operator can reconstruct what happened.
Operations that reach outside the database are disabled by default and require explicit approval before they run.
Each entry links to its reference page, generated from the same documentation the CLI and the MCP server return.
startWorkflowCreates a workflow instance and returns immediately, without waiting for completion.
runWorkflowExecutes a workflow and waits for the backend to finish before returning.
iterateTaskAdvances or provides input to tasks within running workflows.
The guide covers the working shape of this capability, including request payloads, limits, and failure handling.
Query and transactionally save related data through one permission-aware entity contract.
Enforce identity, tenancy, and record-level authorization at the data layer instead of in the interface.
Add tenant-resident logic and shared libraries where data operations are not enough.
Turn governed multilingual content into stored files, PDFs, and email sent under your own identity.
Give a coding agent the same contract as your team, bounded by the same permissions.