Annotation Interface CreateTask


@Retention(RUNTIME) @Qualifier public @interface CreateTask
Can be used to qualify events fired when a task is created.
 public void onApproveRegistrationTaskCreate(@Observes @CreateTask("approveRegistration") BusinessProcessEvent evt) {
   // ...
 }
 
Author:
Daniel Meyer, Sebastian Menski
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    the definition key (id of the task in BPMN XML) of the task which was created
  • Element Details

    • value

      String value
      the definition key (id of the task in BPMN XML) of the task which was created