Package | Description |
---|---|
org.camunda.bpm.engine.impl.bpmn.helper | |
org.camunda.bpm.engine.impl.persistence.entity |
Modifier and Type | Method and Description |
---|---|
static void |
ScopeUtil.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) |
CompensateEventSubscriptionEntity |
CompensateEventSubscriptionEntity.moveUnder(ExecutionEntity newExecution) |
Modifier and Type | Method and Description |
---|---|
List<CompensateEventSubscriptionEntity> |
ExecutionEntity.getCompensateEventSubscriptions() |
List<CompensateEventSubscriptionEntity> |
ExecutionEntity.getCompensateEventSubscriptions(String activityId) |
Copyright © 2015. All rights reserved.