| Package | Description |
|---|---|
| org.flowable.cmmn.api.delegate | |
| org.flowable.cmmn.api.listener |
| Modifier and Type | Method and Description |
|---|---|
void |
PlanItemJavaDelegate.execute(DelegatePlanItemInstance planItemInstance) |
| Modifier and Type | Method and Description |
|---|---|
void |
PlanItemInstanceLifecycleListener.stateChanged(DelegatePlanItemInstance planItemInstance,
String oldState,
String newState)
Will be called when the state of a
DelegatePlanItemInstance changes and the
PlanItemInstanceLifecycleListener.getSourceState() and PlanItemInstanceLifecycleListener.getTargetState() match. |
Copyright © 2019 Flowable. All rights reserved.