public interface CaseExecutionResource
Modifier and Type | Method and Description |
---|---|
void |
complete(CaseExecutionTriggerDto triggerDto) |
void |
disable(CaseExecutionTriggerDto triggerDto) |
CaseExecutionDto |
getCaseExecution() |
VariableResource |
getVariables() |
VariableResource |
getVariablesLocal() |
void |
manualStart(CaseExecutionTriggerDto triggerDto) |
void |
reenable(CaseExecutionTriggerDto triggerDto) |
CaseExecutionDto getCaseExecution()
void manualStart(CaseExecutionTriggerDto triggerDto)
void disable(CaseExecutionTriggerDto triggerDto)
void reenable(CaseExecutionTriggerDto triggerDto)
void complete(CaseExecutionTriggerDto triggerDto)
VariableResource getVariablesLocal()
VariableResource getVariables()
Copyright © 2018. All rights reserved.