| Package | Description |
|---|---|
| org.flowable.cmmn.api.listener | |
| org.flowable.cmmn.api.runtime |
| Modifier and Type | Method and Description |
|---|---|
void |
CaseInstanceLifecycleListener.stateChanged(CaseInstance caseInstance,
String oldState,
String newState)
Will be called when the state of a
CaseInstance changes and the
CaseInstanceLifecycleListener.getSourceState() and CaseInstanceLifecycleListener.getTargetState() match. |
| Modifier and Type | Method and Description |
|---|---|
CaseInstance |
CaseInstanceBuilder.start() |
CaseInstance |
CaseInstanceBuilder.startAsync() |
CaseInstance |
CaseInstanceBuilder.startWithForm() |
Copyright © 2019 Flowable. All rights reserved.