Skip to content

Commit ecd4641

Browse files
Fix and add links to Workflow Timeout Definition (#734)
Signed-off-by: Tomas David <[email protected]>
1 parent e9699ca commit ecd4641

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

specification.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5470,11 +5470,11 @@ If `object` type, it is used to define the timeout definitions in-line and has t
54705470

54715471
| Parameter | Description | Type | Required |
54725472
| --- | --- | --- | --- |
5473-
| workflowExecTimeout | Workflow execution timeout (ISO 8601 duration format) | string or object | no |
5474-
| stateExecTimeout | Workflow state execution timeout (ISO 8601 duration format) | string or object | no |
5473+
| [workflowExecTimeout](#workflowexectimeout-definition) | Workflow execution timeout (ISO 8601 duration format) | string or object | no |
5474+
| [stateExecTimeout](#states-timeout-definition) | Workflow state execution timeout (ISO 8601 duration format) | string | no |
54755475
| actionExecTimeout | Actions execution timeout (ISO 8601 duration format) | string | no |
5476-
| branchExecTimeout | Branch execution timeout (ISO 8601 duration format) | string | no |
5477-
| eventTimeout | Default timeout for consuming defined events (ISO 8601 duration format) | string | no |
5476+
| [branchExecTimeout](#branch-timeout-definition) | Branch execution timeout (ISO 8601 duration format) | string | no |
5477+
| [eventTimeout](#event-timeout-definition) | Default timeout for consuming defined events (ISO 8601 duration format) | string | no |
54785478

54795479
The `eventTimeout` property defines the maximum amount of time to wait to consume defined events. If not specified it should default to
54805480
"unlimited".

0 commit comments

Comments
 (0)