How to get a variable value out of a workflow if you have kept throw and it comes out of it and do the value of variable/argument as 0?

How to get a argument value out of a workflow if you have kept throw activity and when it comes out of it and then u get the value of variable/argument as 0? can anybody help?

Hi,

Do you mean how to pass out-argument if exception occurs in callee workflow?
Can you elaborate with specific sample?

Regards,

Further explanation of my issue…in link provided

Hi,

One of solutions is to use try-catch in callee workflow, exit from it normally and pass exception information to caller workflow. The following is a sample for this.

Caller workflow

Callee workflow

Hope this helps you.

Regards,

1 Like

Hi I just moved the code out of workflow, that worked thank you so much for the solution. Would try the same in future.

1 Like

You can contact the value with exception

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.