Hi, I need to invoke a workflow from Workflow(0) to Workflow(1) and bring the value back to Workflow(0). I am having issues passing data… Whats the proper way of doing it ? I have a variable (itemNotFound)-ocr resuslt) in Workflow(1).that gets checked in Workflow(0) do I need to invoke again from Workflow(1) to Workflow(0) to pass the value ? Could someone please show .xaml example ? I have tired many times and get an error. I had a look at Using Arguments , but it did not help.
Thank you.