Exception occurring in middle of workflow

Hi,

Technically speaking, both lane run at same time.
Combination of Parallel activity and Invoke Workflow file activity with Isolate option mostly provide real parallel execution. (See the following topic in details) Although it might not be 100%, can mostly prevent the trouble in this case, i think. I’m glad if you can share result.

Note: I forgot to mention that ContinueOnError property of Click should be set True in the above sample workflow.

Regards,