Skip to content

Commit e8a8365

Browse files
Fix condition type (#657)
Signed-off-by: Tomas David <[email protected]> Signed-off-by: Tomas David <[email protected]>
1 parent 7f06443 commit e8a8365

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
@@ -3755,7 +3755,7 @@ This is visualized in the diagram below:
37553755
| 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 |
37563756
| [actionDataFilter](#Action-data-filters) | Action data filter definition | object | no |
37573757
| sleep | Defines time periods workflow execution should sleep before / after function execution | object | no |
3758-
| [condition](#Workflow-Expressions) | Expression, if defined, must evaluate to true for this action to be performed. If false, action is disregarded | boolean | no |
3758+
| [condition](#Workflow-Expressions) | Expression, if defined, must evaluate to true for this action to be performed. If false, action is disregarded | string | no |
37593759

37603760
<details><summary><strong>Click to view example definition</strong></summary>
37613761
<p>

0 commit comments

Comments
 (0)