How to merge two flows and make it one?

Hi all, I have created a flow for creating parts in Teamcenter and a separate flow for adding datasets. Now, I would like to combine these two flows into one, so that it can create a part and add datasets as well. How can I merge these two flows?

Hi @sandeep.pund

Instead of merging you can call workflow one by one or use Invoke Workflow file activity.

Thanks

Thank you, Nishi. I will try invoking the workflow file instead of merging, as that makes more sense. I appreciate your quick assistance.

the best way to combine both flows is by using Invoke Workflow File and passing arguments between them.

Keep both xamls separate for instance Create_Part.xaml andAdd_Dataset.xaml.

No Issue, please let me know if you face issue Happy to help.
Thanks

Yes, this is perfect. Keeping both as separate XAMLs and invoking one within the other is a good approach, as it will be helpful if any issues arise. Thank you @MohammedShabbir

Hi @sandeep.pund

Use the part-creation workflow as the main one and add the dataset workflow using Invoke Workflow File. Pass needed variables as arguments, adjust variable scopes, and test the combined workflow end-to-end.