@radzor/workflow-engine
Define and execute multi-step workflows with branching, parallel execution, and error handling. Supports conditional logic, retries, and workflow persistence for complex orchestration scenarios.
Install
View source on GitHub →Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| maxConcurrency | number | 5 | Maximum number of parallel steps that can run simultaneously. |
| defaultTimeout | number | 30000 | Default timeout in milliseconds for each step. |
| retryAttempts | number | 0 | Default number of retry attempts for failed steps. |
Maximum number of parallel steps that can run simultaneously.
default: 5
Default timeout in milliseconds for each step.
default: 30000