Question:
The calling of the object method for the work item ended with a return value for which no handling is modeled in the workflow.
How to rectify this ?.
Thanks in advance
Answer:
Hello,
I think by return value you mean an exit_return (exceptions of a method)
Well a couple of things can be done.
1. The most obvious is to activate the branch for the return code in the task
2. in the source of the method, disable the exit_return.
3. in the source of the method use the same returncode for a modelled branch.e.g. exit_return 9001
4. make sure that the return never occurs in your system
Either way you'll have to do some programming (or have it done), or some workflow modelling.
Regards, Rob Dielemans