Annotation Interface CompleteTask
Can be used to qualify events fired when a task is completed.
 
 
 public void onApproveRegistrationTaskComplete(@Observes @CompleteTask("approveRegistration") BusinessProcessEvent evt) {
   // ...
 }
 - Author:
 - Daniel Meyer, Sebastian Menski
 
- 
Required Element Summary
Required Elements 
- 
Element Details
- 
value
String valuethe definition key (id of the task in BPMN XML) of the task which was completed 
 -