You can configure a workflow run when starting it. The following are the options you can configure:Documentation Index
Fetch the complete documentation index at: https://upstash.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
- Retries: The number of retry attempt Upstash Workflow does when a step fails in the workflow run
- Retry Delay: The delay strategy between retries when Upstash Workflow attempts retries.
- Flow Control: The rate, period and parallelism that steps should respect and logical grouping key to share with other workflow runs.
context.call() and context.invoke() steps.
These steps accept their own configuration options, allowing fine-grained control over external requests.
If not specified, they fall back to their default values.
For details, see: