Annotation Interface TakeTransition
Can be used to qualify events fired when a transition is taken
public void onTakeT1(@Observes @TakeTransition("t1") BusinessProcessEvent evt) { // ... }
- Author:
- Daniel Meyer
-
Required Element Summary
-
Element Details
-
value
String valuethe id of the transition that is being taken
-