Skip to content

Commit 67f7669

Browse files
docs: specify task.if context
Signed-off-by: Matthias Pichler <[email protected]>
1 parent f1c32af commit 67f7669

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
@@ -243,7 +243,7 @@ The Serverless Workflow DSL defines a list of [tasks](#task) that **must be** su
243243
244244
| Name | Type | Required | Description|
245245
|:--|:---:|:---:|:---|
246-
| 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. |
246+
| 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. The runtime expression evaluates in the context of the filtered task input (i.e. result of the `input.from` expression, if any) |
247247
| input | [`input`](#input) | `no` | An object used to customize the task's input and to document its schema, if any. |
248248
| output | [`output`](#output) | `no` | An object used to customize the task's output and to document its schema, if any. |
249249
| export | [`export`](#export) | `no` | An object used to customize the content of the workflow context. |

0 commit comments

Comments
 (0)