-
Hi, Let's say that I have WorkflowTemplateA and WorkflowTemplateB. What I want to achieve is to have small templates that do single thing, but I would like to compose them into reusable, parameterizable steps templates that can be used from steps template that is entrypoint. However it doesn't seems to work and I can't find any example of using Steps input parameters (is it supported use case?). |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This should be doable with Have you tried that? |
Beta Was this translation helpful? Give feedback.
This should be doable with
templateRef
, which can be used inside of a step.Have you tried that?