Skip to content

Commit e1b4cec

Browse files
committed
fix: sync "task.if" descriptor matrix with other specification
Signed-off-by: Dmitriy <[email protected]>
1 parent 6390951 commit e1b4cec

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
@@ -448,8 +448,8 @@ The following table shows which arguments are available for each runtime express
448448
| Runtime Expression | Evaluated on | Produces | `$context` | `$input` | `$output` | `$secrets` | `$task` | `$workflow` | `$runtime` | `$authorization` |
449449
|:-------------------|:---------:|:---------:|:---------:|:---------:|:-------:|:---------:|:-------:|:----------:|:----------:|:----------:|
450450
| Workflow `input.from` | Raw workflow input | Transformed workflow input | | | || ||| |
451+
| Task `if` | Raw task input (i.e. transformed workflow input for the first task, transformed output from previous task otherwise) | || | ||||| |
451452
| Task `input.from` | Raw task input (i.e. transformed workflow input for the first task, transformed output from previous task otherwise) | Transformed task input || | ||||| |
452-
| Task `if` | Transformed task input | ||| ||||| |
453453
| Task definition | Transformed task input | ||| ||||||
454454
| Task `output.as` | Raw task output | Transformed task output ||| ||||||
455455
| Task `export.as` | Transformed task output | `$context` |||||||||

0 commit comments

Comments
 (0)