Merge branch 'feature/REQ-7125' into test
This commit is contained in:
commit
132162315c
@ -781,7 +781,9 @@ public class BpmnProcessTaskServiceImpl implements BpmnProcessTaskService {
|
||||
flowNodeMode = Objects.equals(userTask.getLoopCharacteristics().getCompletionCondition(), AND_SIGN_EXPRESSION) ? BpmnFlowNodeMode.AND : BpmnFlowNodeMode.OR;
|
||||
}
|
||||
vo.setNodeMode(flowNodeMode);
|
||||
vo.setAssigner(BpmnTaskDelegateAssigner.toObjectCompatible(instanceMap.get(INTERNAL_TASK_RELATION_ASSIGNEE_INFO + vo.getTaskId()).getValue()));
|
||||
if (!CollectionUtils.sizeIsEmpty(instanceMap)) {
|
||||
vo.setAssigner(BpmnTaskDelegateAssigner.toObjectCompatible(instanceMap.get(INTERNAL_TASK_RELATION_ASSIGNEE_INFO + vo.getTaskId()).getValue()));
|
||||
}
|
||||
}
|
||||
return vos;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user