I’m just wondering if run multiple workflows in parallel and they all execute the same sub-workflow will the output data be different for each workflow? for example:
Workflow-A reads directory X & execute sub-workflow
Workflow-B reads directory Y & execute sub-workflow
Workflow-C reads directory Z & execute sub-workflow
Wil it give different output for each workflow since they all are calling the same sub-workflow