Skip to content

Commit

Permalink
Merge pull request #597 from orkes-io/manan164-patch-5
Browse files Browse the repository at this point in the history
Update creating-workflow-definition.md
  • Loading branch information
RizaFarheen authored Jan 8, 2024
2 parents ee2dbec + 2d96b83 commit 19c91ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ You can configure workflow definition directly via UI and using API. The workflo
| outputParameters | Indicates the output values of the workflow. |
| schemaVersion | Indicates the version number of the workflow definition schema. |
| restartable | Set this value to **true** to restart a completed workflow. If restarting a completed workflow can impact the functioning, set this value to **false**. |
| workflowStatusListenerEnabled | Setting this value to **true**, archive the workflow when completed. This would remove the workflow definition from the Redis persistence module. To unarchive, set the value to **false**. |
| workflowStatusListenerEnabled | Setting this value to **true**, will enable workflow status change events to sink if configured. For more information [workflow status change events](https://orkes.io/content/developer-guides/task-and-workflow-event-streaming-with-orkes-conductor-and-azure-event-hub#publishing-task--workflow-status-change-stream-events) |
| ownerEmail | This field will be auto-populated with the user’s email address. |
| timeoutSeconds | Time (in seconds), after which the workflow is marked as TIMED_OUT if not completed after transitioning to IN_PROGRESS status for the first time. No timeout occurs if the value is set to 0. |
| timeoutPolicy | Indicates the condition at which the workflow should time out. It can take any of the following values:<ul><li>**TIME_OUT_WF** - The workflow status is marked as TIMEOUT and is terminated.</li><li>**ALERT_ONLY** - Registers a counter.</li></ul> |
Expand Down

0 comments on commit 19c91ee

Please sign in to comment.