We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5f023a commit eb41b43Copy full SHA for eb41b43
1 file changed
docs/source/user/getting_started/groups_workflow.yaml
@@ -19,6 +19,7 @@ template_components:
19
actions:
20
- commands:
21
- command: echo <<parameter:p2>> # This one is printed to stdout
22
+ - command: echo $(( <<sum(parameter:p2)>> )) # Also printed to stdout
23
- command: echo $(( <<sum(parameter:p2)>> )) # This is captured as p3
24
stdout: <<int(parameter:p3)>>
25
tasks:
0 commit comments