Skip to content

Commit eb41b43

Browse files
authored
Print output variable from groups example
1 parent a5f023a commit eb41b43

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/source/user/getting_started/groups_workflow.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ template_components:
1919
actions:
2020
- commands:
2121
- command: echo <<parameter:p2>> # This one is printed to stdout
22+
- command: echo $(( <<sum(parameter:p2)>> )) # Also printed to stdout
2223
- command: echo $(( <<sum(parameter:p2)>> )) # This is captured as p3
2324
stdout: <<int(parameter:p3)>>
2425
tasks:

0 commit comments

Comments
 (0)