org.camunda.bpm.engine.cdi.annotation.event
Annotation Type AssignTask
@Retention(value=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
|
Required Element Summary |
String |
value
the definition key (id of the task in BPMN XML) of the task which was assigned |
value
public abstract String value
- the definition key (id of the task in BPMN XML) of the task which was assigned
Copyright © 2014 camunda services GmbH. All Rights Reserved.