Hello.
The problem is that when you get an exception inside an invoked file it doesn’t return any “Out” or “In\Out” arguments.
What happens:
I have an In\Out argument, say, myArgument. In the main workflow it’s set to “String.Empty”. When I pass it to another workflow file I assign a value to the argument, say, myArgument = “MyString”.
Then it should perform some actions in this workflow and then end. But if an exception occurs inside the workflow file, it doesn’t renew the myArgument value. It was “String.Empty” before, it is still “String.Empty” after.
Do you have any ideas how to handle it?
5 posts - 4 participants