How to pass values from parent workflow to child workflow

I have two workflows , my workflow A has a s3 download node as last node and it outputs binary file , i want to pass two values id and number along with file ro Workflow B . how to do that?

You create one workflow, with a “When Executed by Another Workflow” trigger which accepts all data, and then you create another one with Call Workflow action after the node which reads from S3. This will pass both json with fields as well as the binaries.

Thank you , but from my call workflow only s3 download output is passing even i set accept all data in “When Executed by Another Workflow” trigger. this json values form a node prior to s3 is not passed.

Would you like to show your workflows?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.