flowchart1.xaml (5.5 KB)
flowchart3(Autosaved).xaml (5.8 KB) flowchart2.xaml (5.6 KB)
i need to invoke them please help me with this!
flowchart1.xaml (5.5 KB)
flowchart3(Autosaved).xaml (5.8 KB) flowchart2.xaml (5.6 KB)
i need to invoke them please help me with this!
Use Invoke WorkFlow file Activity to Invoke other workflow from parent WorkFlow and specify arguments and it’s directions properly to communicate between two workflows.
yes i used invoke workflow but have doubts in directions.
Check this:
so i can give in/out arguments as default?
Simple budd
—create a new process and we will be having a main xaml
—create a flowchart from activity panel and place that in the middle,design panel
—the use invoke workflow file activity from activity panel and as you have three xaml here use three invoke workflow activity and link them one by one from the start node in flowchart…
—then in each invoke activity mention the above xaml names in between double quotes and make sure that these workflow is in same project folder
—click on import arguments if we have any arguments in these invoked workflow we will be getting it and assign it with proper argument directions like IN, OUT, IN/OUT and assign it with value, may be with global variable which is defined the variable panel in the main xaml
Maintain the arguments passage between the workflows and run the main xaml
That’s all buddy you are done
Cheers @priyankavivek
For details on directions to use
For how to use invoke workflow here you go buddy
Cheer @priyankavivek