cancel
Showing results for 
Search instead for 
Did you mean: 

Button Behaviour / Event handling of generated WDJ components during Task creation

Former Member
0 Kudos

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

Accepted Solutions (1)

Accepted Solutions (1)

SandipAgarwalla
Active Contributor
0 Kudos

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

Former Member
0 Kudos

Thanks Sandip, that what I was looking for!

Regards

Chris

Answers (1)

Answers (1)

Jocelyn_Dart
Product and Topic Expert
Product and Topic Expert
0 Kudos

Absolutely Chris, that's what boundary events are for!