| Package | Description | 
|---|---|
| org.camunda.bpm.engine.impl.bpmn.behavior | |
| org.camunda.bpm.engine.impl.bpmn.helper | |
| org.camunda.bpm.engine.impl.persistence.entity | 
| Modifier and Type | Method and Description | 
|---|---|
protected List<CompensateEventSubscriptionEntity> | 
IntermediateThrowCompensationEventActivityBehavior.collectCompensateEventSubScriptions(ActivityExecution execution)  | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
CompensationUtil.throwCompensationEvent(List<CompensateEventSubscriptionEntity> eventSubscriptions,
                      ActivityExecution execution,
                      boolean async)
we create a separate execution for each compensation handler invocation. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static CompensateEventSubscriptionEntity | 
CompensateEventSubscriptionEntity.createAndInsert(ExecutionEntity executionEntity,
               ActivityImpl activity)  | 
CompensateEventSubscriptionEntity | 
CompensateEventSubscriptionEntity.moveUnder(ExecutionEntity newExecution)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<CompensateEventSubscriptionEntity> | 
ExecutionEntity.getCompensateEventSubscriptions()  | 
List<CompensateEventSubscriptionEntity> | 
ExecutionEntity.getCompensateEventSubscriptions(String activityId)  | 
Copyright © 2018. All rights reserved.