org.camunda.bpm.engine.cdi.annotation.event
Annotation Type EndActivity
@Retention(value=RUNTIME)
@Qualifier
public @interface EndActivity
Can be used to qualify events fired when an activity is ended / left
public void onCreditAccountCompleted(@Observes @EndActivity("creditAccount") BusinessProcessEvent evt) {
// ...
}
- Author:
- Daniel Meyer
|
Required Element Summary |
String |
value
the id of the activity that is being left / was left |
value
public abstract String value
- the id of the activity that is being left / was left
Copyright © 2014 camunda services GmbH. All Rights Reserved.