A WorkflowTemplate output forwarding complete example #732
Closed
EricBoix
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If we conceive a
WorkflowTemplate
as the closest thing to a function in AW, then we might need that function to return some values. Here is a complete example (as opposed to an Hera code snipet) thatincrement-template
WorkflowTemplate
that forwards an outputincrement-template
template and catches back it's output in the calling context.Notes:
Steps
instead ofDag
.Beta Was this translation helpful? Give feedback.
All reactions