public interface CaseInstanceHelper
| Modifier and Type | Method and Description |
|---|---|
void |
callCaseInstanceStateChangeCallbacks(CommandContext commandContext,
CaseInstance caseInstance,
String oldState,
String newState) |
CaseInstanceEntity |
startCaseInstance(CaseInstanceBuilder caseInstanceBuilder) |
CaseInstanceEntity startCaseInstance(CaseInstanceBuilder caseInstanceBuilder)
void callCaseInstanceStateChangeCallbacks(CommandContext commandContext, CaseInstance caseInstance, String oldState, String newState)
Copyright © 2018 Flowable. All rights reserved.