Annotation Type AssignTask
-
@Retention(RUNTIME) @Qualifier public @interface AssignTask
Can be used to qualify events fired when a task is assigned.public void onApproveRegistrationTaskAssign(@Observes @AssignTask("approveRegistration") BusinessProcessEvent evt) { // ... }
- Author:
- Daniel Meyer, Sebastian Menski
-
-
Element Detail
-
value
String value
the definition key (id of the task in BPMN XML) of the task which was assigned
-
-