feat(REQ-4418) - 调整新版本指定人员的逻辑
This commit is contained in:
parent
11551a1939
commit
7ecff1f672
@ -52,7 +52,7 @@ public class BasedFixedPersonV2TaskAssigneeSelector extends AbstractBpmnTaskAssi
|
|||||||
if (!(flowElement instanceof UserTask)) {
|
if (!(flowElement instanceof UserTask)) {
|
||||||
return super.select(flowElement, execution, throwException);
|
return super.select(flowElement, execution, throwException);
|
||||||
}
|
}
|
||||||
BpmnMetaParserHelper.getApproverSpecifyValue((UserTask) flowElement)
|
BpmnMetaParserHelper.getApproverSpecifyValueV2(flowElement)
|
||||||
.ifPresent(s -> assigners.addAll(JSON.parseArray(s, BpmnTaskDelegateAssigner.class)));
|
.ifPresent(s -> assigners.addAll(JSON.parseArray(s, BpmnTaskDelegateAssigner.class)));
|
||||||
|
|
||||||
Set<Long> workspaceIds = assigners.stream()
|
Set<Long> workspaceIds = assigners.stream()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user