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
task_transformed_output -- Passed to --> task_export_as
225
+
task_output_as -- Set as --> output_arg
226
+
task_raw_output -- Passed to --> task_export_as
225
227
end
226
228
227
229
task_transformed_output -- Passed as raw input to --> next_task
@@ -260,21 +262,22 @@ When the evaluation of an expression fails, runtimes **must** raise an error wit
260
262
|:-----|:----:|:------------|
261
263
| context |`map`| The task's context data. |
262
264
| input |`any`| The task's transformed input. |
265
+
| output |`any`| The task's transformed output. |
263
266
| 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. |
264
267
| task |[`taskDescriptor`](#task-descriptor)| Describes the current task. |
265
268
| workflow |[`workflowDescritor`](#workflow-descriptor)| Describes the current workflow. |
266
269
267
270
The following table shows which arguments are available for each runtime expression:
268
271
269
-
| Runtime Expression | Evaluated on | Produces |`$context`|`$input`|`$secrets`|`$task`|`$workflow`|
0 commit comments