Closed isubasinghe closed 3 weeks ago
This change ensures that we directly use the templateName first. In the case that we do not have this field, we then omit the template name all together.
Use the node's templateName field directly, else omit entirely.
templateName
Tested on dags, steps and inline workflows.
Motivation
This change ensures that we directly use the templateName first. In the case that we do not have this field, we then omit the template name all together.
Modifications
Use the node's
templateName
field directly, else omit entirely.Verification
Tested on dags, steps and inline workflows.