Integer version = getVersion(execution);
caseDefinition = deploymentCache.findDeployedCaseDefinitionByKeyAndVersion(caseDefinitionKey, version);
}
CmmnCaseInstance caseInstance = execution.createSubCaseInstance(caseDefinition, businessKey);
caseInstance.create(variables);
}
public void onManualCompletion(CmmnActivityExecution execution) {
// Throw always an exception!
// It should not be possible to complete a case task