📄️ Workflows
Define Durable Workflow v2 workflow classes and keep orchestration code deterministic.
📄️ Activities
Define activity classes for non-deterministic side effects, retries, routing, and per-call options.
📄️ Starting Workflows
Start workflow instances asynchronously and attach arguments, visibility metadata, business keys, and start options.
📄️ Passing Data
You can pass data into a workflow via the start() method.
📄️ Workflow ID
Instance IDs and Run IDs
📄️ Workflow Status
You can monitor the status of the workflow by calling the running() method, which returns true if the workflow is still running and false if it has completed or failed.
📄️ Workflow API
Workflow API reference.