Skip to content

Commit a47b636

Browse files
Update specification.md
Co-authored-by: Ricardo Zanini <[email protected]>
1 parent ff1d1f2 commit a47b636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1956,7 +1956,7 @@ definition "id" must be a constant value.
19561956
| specVersion | Serverless Workflow specification release version | string | yes |
19571957
| expressionLang | Identifies the expression language used for workflow expressions. Default value is "jq" | string | no |
19581958
| [timeouts](#Workflow-Timeouts) | Defines the workflow default timeout settings | string or object | no |
1959-
| [errors](#error-definitions) | Defines the workflow's error handling configuration, including error definitions, error handlers and error policies | string or [error handling configuration](#error-handling-configuration) | no |
1959+
| [errors](#error-definitions) | Defines the workflow's error handling configuration, including error definitions, error handlers, and error policies | string or [error handling configuration](#error-handling-configuration) | no |
19601960
| keepActive | If `true`, workflow instances is not terminated when there are no active execution paths. Instance can be terminated with "terminate end definition" or reaching defined "workflowExecTimeout" | boolean | no |
19611961
| [auth](#Auth-Definition) | Workflow authentication definitions | array or string | no |
19621962
| [events](#Event-Definition) | Workflow event definitions. | array or string | no |

0 commit comments

Comments
 (0)