// task B is still part of the case instance
assertNotNull(caseInstance.findCaseExecution("B"));
// stage X is still part of the case instance
assertNotNull(caseInstance.findCaseExecution("X"));
// case instance has only one child
assertEquals(1, ((CaseExecutionImpl) caseInstance).getCaseExecutions().size());
// stage X has two children