I am trying to use arguments to transfer variables between workflows. But im having some difficulties.
Can someone please explain this to me with an example?
Here is an example of the workflow:
Sequence 1 tests if StrReference equals OK. If yes, display “OK” in text box. If not, then go to sequence 2.
Sequence 2 has invoked workflow 2
Workflow 2 has invoked workflow 3
Workflow 3 has an assign activity that Assigns “OK” to StrReference
Now the flow should return to the initial sequence 1 for the test (if StrReference equals OK)
Can someone help in determining the arguments and logic?
Maybe build the example for me? Test.zip (23.1 KB)
If its is required to use the “Invoke Workflow File” to import an argument into a workflow, how does one extract an argument from the “Invoke Workflow File” into the primary workflow?
A variable in the primary workflow (Main.xaml), receiving the output argument from Sample Workflow 1. Note it’s direction, naming convention as they matter a lot.