GitHub user TTassoni added a comment to the discussion: Dynamic workflow name in workflow execution action
It worked! Thanks Hansva. Here's how I did it, as you suggested: 1) created a pipeline that reads read path and filename of my workflows and there passes them to a workflow-executor action as parameters; 2) created a workflow that takes parameters and call 'child' workflow setting the path with path parameter received from input; 3) once the child workflow was executed, write a message to log. Best regards Tom GitHub link: https://github.com/apache/hop/discussions/5109#discussioncomment-12711532 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
