Skip to content

Commit

Permalink
Merge pull request #1028 from fjtirado/refining_runtime_expression_text
Browse files Browse the repository at this point in the history
Change task context to workflow context
  • Loading branch information
cdavernas authored Nov 7, 2024
2 parents 6ba18d9 + bfaa34d commit f9dd505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dsl.md
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ When the evaluation of an expression fails, runtimes **must** raise an error wit

| Name | Type | Description |
|:-----|:----:|:------------|
| context | `map` | The task's context data. |
| context | `map` | The workflow's context data. |
| input | `any` | The task's transformed input. |
| output | `any` | The task's transformed output. |
| 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. |
Expand Down

0 comments on commit f9dd505

Please sign in to comment.