Skip to content

Commit

Permalink
Merge pull request #858 from RizaFarheen/main
Browse files Browse the repository at this point in the history
Bold fix
  • Loading branch information
liivw authored Feb 6, 2025
2 parents 6c00553 + ae1c67c commit 64fd40a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Creates a new workflow definition.
| schemaVersion | The current version of the Conductor schema. Must be 2. | integer | Required. |
| restartable | Whether the workflow can be restarted after completion. Set to _false_ if restarting could impact workflow functionality. | boolean | Optional. |
| timeoutSeconds | Time (in seconds), after which the workflow will be set as TIMED_OUT if it hasn't reached a terminal state. No timeout occurs if the value is set to 0. | integer | Required. |
| timeoutPolicy | The policy for handling workflow timeout. Supported values:<ul><li>**TIME_OUT_WF**The workflow is set to TIMED_OUT and is terminated.</li><li>**ALERT_ONLY**Increments the counter to check the workflow status when it times out and logs relevant messages.</li></ul> | string | Optional. |
| timeoutPolicy | The policy for handling workflow timeout. Supported values:<ul><li>**TIME_OUT_WF**-The workflow is set to TIMED_OUT and is terminated.</li><li>**ALERT_ONLY**-Increments the counter to check the workflow status when it times out and logs relevant messages.</li></ul> | string | Optional. |
| [rateLimitConfig](https://orkes.io/content/error-handling#workflow-rate-limits) | A map of the workflow rate limit configuration. | object | Optional. |
| rateLimitConfig. **rateLimitKey** | A unique identifier to group workflow executions for rate limiting.<br/>Can be a fixed value (for example, "max") or a dynamic variable from the workflow input (for example, `${workflow.input.correlationId}`). | string | Optional. |
| rateLimitConfig. **concurrentExecLimit** | The number of workflow executions that can run concurrently for a given key. | integer | Optional. |
Expand Down

0 comments on commit 64fd40a

Please sign in to comment.