Skip to content

Commit 5ef74dd

Browse files
authored
fix broken link for RetryRef (#623)
Signed-off-by: Yu Zhao 00540916 <[email protected]>
1 parent e008c8b commit 5ef74dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specification.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3703,7 +3703,7 @@ This is visualized in the diagram below:
37033703
| [functionRef](#FunctionRef-Definition) | References a reusable function definition | object | yes if `eventRef` & `subFlowRef` are not defined |
37043704
| [eventRef](#EventRef-Definition) | References a `trigger` and `result` reusable event definitions | object | yes if `functionRef` & `subFlowRef` are not defined |
37053705
| [subFlowRef](#SubFlowRef-Definition) | References a workflow to be invoked | object or string | yes if `eventRef` & `functionRef` are not defined |
3706-
| [retryRef](#Defining-Retries) | References a defined workflow retry definition. If not defined uses the default runtime retry definition | string | no |
3706+
| [retryRef](#retry-definition) | References a defined workflow retry definition. If not defined uses the default runtime retry definition | string | no |
37073707
| nonRetryableErrors | List of references to defined [workflow errors](#Defining Errors) for which the action should not be retried. Used only when `autoRetries` is set to `true` | array | no |
37083708
| retryableErrors | List of references to defined [workflow errors](#Defining Errors) for which the action should be retried. Used only when `autoRetries` is set to `false` | array | no |
37093709
| [actionDataFilter](#Action-data-filters) | Action data filter definition | object | no |
@@ -3777,7 +3777,7 @@ Function invocation timeouts should be handled via the states [timeouts](#Workfl
37773777

37783778
The `retryRef` property references one of the defined workflow retries by it's unique name. If not set, the action
37793779
should be retried according to the default retry policy of the runtime implementation. For more information about workflow
3780-
retries reference [this section](#defining-retries).
3780+
retries reference [this section](#retry-definition).
37813781

37823782
The `nonRetryableErrors` property is a list that references one or more unique names of workflow error definitions.
37833783
This is the list of known errors for which the action should not be retried for.

0 commit comments

Comments
 (0)