| Modifier and Type | Method and Description |
|---|---|
static void |
ScopeUtil.throwCompensationEvent(List<CompensateEventSubscriptionEntity> eventSubscriptions,
DelegateExecution execution,
boolean async)
we create a separate execution for each compensation handler invocation.
|
| Modifier and Type | Method and Description |
|---|---|
List<CompensateEventSubscriptionEntity> |
EventSubscriptionService.findCompensateEventSubscriptionsByExecutionId(String executionId) |
List<CompensateEventSubscriptionEntity> |
EventSubscriptionService.findCompensateEventSubscriptionsByProcessInstanceIdAndActivityId(String processInstanceId,
String activityId) |
| Modifier and Type | Method and Description |
|---|---|
List<CompensateEventSubscriptionEntity> |
EventSubscriptionServiceImpl.findCompensateEventSubscriptionsByExecutionId(String executionId) |
List<CompensateEventSubscriptionEntity> |
EventSubscriptionServiceImpl.findCompensateEventSubscriptionsByProcessInstanceIdAndActivityId(String processInstanceId,
String activityId) |
| Modifier and Type | Class and Description |
|---|---|
class |
CompensateEventSubscriptionEntityImpl |
| Modifier and Type | Method and Description |
|---|---|
CompensateEventSubscriptionEntity |
EventSubscriptionEntityManagerImpl.createCompensateEventSubscription() |
CompensateEventSubscriptionEntity |
EventSubscriptionEntityManager.createCompensateEventSubscription() |
protected CompensateEventSubscriptionEntity |
EventSubscriptionEntityManagerImpl.insertCompensationEvent(EventSubscriptionBuilder eventSubscriptionBuilder) |
| Modifier and Type | Method and Description |
|---|---|
CompensateEventSubscriptionEntity |
EventSubscriptionDataManager.createCompensateEventSubscription() |
| Modifier and Type | Method and Description |
|---|---|
CompensateEventSubscriptionEntity |
MybatisEventSubscriptionDataManager.createCompensateEventSubscription() |
Copyright © 2023 Flowable. All rights reserved.