Skip to content

Commit 4567349

Browse files
docs: apply suggestion
Signed-off-by: Matthias Pichler <[email protected]>
1 parent f9eac23 commit 4567349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsl-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ The Serverless Workflow DSL defines a list of [tasks](#task) that **must be** su
249249
250250
| Name | Type | Required | Description|
251251
|:--|:---:|:---:|:---|
252-
| if | `string` | `no` | A [`runtime expression`](dsl.md#runtime-expressions), if any, used to determine whether or not the task should be run.<br>The task is considered skipped if not run and the *raw* task input becomes the task's output. The expression is evaluated against the *raw* task input, before any other expression of the task. |
252+
| if | `string` | `no` | A [`runtime expression`](dsl.md#runtime-expressions), if any, used to determine whether or not the task should be run.<br>The task is considered skipped if not run, and the *raw* task input becomes the task's output. The expression is evaluated against the *raw* task input before any other expression of the task. |
253253
| input | [`input`](#input) | `no` | An object used to customize the task's input and to document its schema, if any. |
254254
| output | [`output`](#output) | `no` | An object used to customize the task's output and to document its schema, if any. |
255255
| export | [`export`](#export) | `no` | An object used to customize the content of the workflow context. |

0 commit comments

Comments
 (0)