Skip to content

Commit f9dd505

Browse files
authored
Merge pull request #1028 from fjtirado/refining_runtime_expression_text
Change task context to workflow context
2 parents 6ba18d9 + bfaa34d commit f9dd505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ When the evaluation of an expression fails, runtimes **must** raise an error wit
339339

340340
| Name | Type | Description |
341341
|:-----|:----:|:------------|
342-
| context | `map` | The task's context data. |
342+
| context | `map` | The workflow's context data. |
343343
| input | `any` | The task's transformed input. |
344344
| output | `any` | The task's transformed output. |
345345
| secrets | `map` | A key/value map of the workflow secrets.<br>To avoid unintentional bleeding, secrets can only be used in the `input.from` runtime expression. |

0 commit comments

Comments
 (0)