Hi All,
Step 1. I have created a manual task and added boundary condition on that task.
Step 2. I have put some validation on the form and if doesn’t satisfies I and throwing exception using below code.
throw new ConnectorValidationException(“XYZ Message”);
Step 3. When exception is raised than I am calling another manual task.
Step 4. When I reach to the manual task triggered by boundary condition, I want to display that message in a label on that manual task.
I was able to achieve all the steps, but he only thing is that I am not able to display that message.
I don’t know how to catch this message, I tried to assign variable and grab it’s value in the target manual task but I didn’t get updated value.
Can any body please help me with this problem ?
Thanks in advance
Akhilesh