You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dsl.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -339,7 +339,7 @@ When the evaluation of an expression fails, runtimes **must** raise an error wit
339
339
340
340
| Name | Type | Description |
341
341
|:-----|:----:|:------------|
342
-
| context |`map`| The task's context data. |
342
+
| context |`map`| The workflow's context data. |
343
343
| input |`any`| The task's transformed input. |
344
344
| output |`any`| The task's transformed output. |
345
345
| 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