You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
TemplateRefs do not do any validation on the input parameters, so you will only find out when linting or submitting the workflow.
Describe the solution you'd like
Generate stubs (through the CLI) to use them in the same way as for decorator-based workflows.
Describe alternatives you've considered
Something like a new custom TemplateRef Hera class to create the stubs manually
Additional context
Add any other context or screenshots about the feature request here.
Is your feature request related to a problem? Please describe.
TemplateRefs do not do any validation on the input parameters, so you will only find out when linting or submitting the workflow.
Describe the solution you'd like
Describe alternatives you've considered
TemplateRefHera class to create the stubs manuallyAdditional context
Add any other context or screenshots about the feature request here.