Asynchronous Instantiation
A start event may be declared as asynchronous withcamunda:asyncBefore="true"
ASEE Flow Extensions
| Attributes | camunda:asyncBefore, camunda:asyncAfter, camunda:exclusive, camunda:formHandlerClass, camunda:formKey, camunda:formRef, camunda:formRefBinding, camunda:formRefVersion, camunda:initiator, camunda:jobPriority |
|---|---|
| Extension Elements | camunda:failedJobRetryTimeCycle, camunda:formData, camunda:formProperty, |
| Constraints | The camunda:exclusive attribute is only evaluated if the attribute camunda:asyncBefore or camunda:asyncAfter is set to true |
The attributes camunda:asyncBefore and camunda:initiator are only available for start events of a Process | |
Only one camunda:formData extension element is allowed | |
The attributes camunda:formHandlerClass and camunda:formKey are only available for the intital start event of a Process |