Hi,
When I generate task with wdj components, the generated component have two events CompleteEvent and ErrorEvent and two buttons “Approve” and “Reject”. “Approve” activates the CompleteEvent which triggers the sequence flow after the human task. “Reject” activates the ErrorEvent which apparently suspends the complete process instance and sets it to error.
Is there a way to react on the ErrorEvent within the process?
Thanks and Regards
Chris
Chris
I believe, you would be able to assign a boundary event for ErrorEvent and assign this boundary event to an activity (human/automated)..
So when ever the 'errorevent' triggers, your assigned activity gets triggered to act accordingly.
Sandip
Thanks Sandip, that what I was looking for!
Regards
Chris