提交 9095a26c 编写于 作者: sq3536's avatar sq3536

bpmn

上级 a4b684f3
...@@ -148,14 +148,14 @@ TARGET=PSWFVERSION ...@@ -148,14 +148,14 @@ TARGET=PSWFVERSION
<#if assignCond!=""> <#if assignCond!="">
<#assign assignCond=assignCond+","> <#assign assignCond=assignCond+",">
</#if> </#if>
<#assign assignCond=assignCond+"$"+"{wfCoreService.getGroupUsers(assignGroups,curuser,activedata)}"> <#assign assignCond=assignCond+"$"+"{wfCoreService.getGroupUsers('"+assignGroupCond+"',curuser,activedata)}">
</#if> </#if>
<userTask flowable:candidateUsers="${assignCond}" flowable:exclusive="true" id="tid-${WFProcess.getWFStepValue()}-${WFProcess.getDeployId()}" name="${WFProcess.getName()}" <#if WFProcess.getWFProcessType()?? && (WFProcess.getWFProcessType()=="CALLORGACTIVITY" || WFProcess.getWFProcessType()=="EMBED")>flowable:formKey="${WFProcess.getWFProcessType()}"</#if>><#comment>标记子流程节点</#comment> <userTask flowable:candidateUsers="${assignCond}" flowable:exclusive="true" id="tid-${WFProcess.getWFStepValue()}-${WFProcess.getDeployId()}" name="${WFProcess.getName()}" <#if WFProcess.getWFProcessType()?? && (WFProcess.getWFProcessType()=="CALLORGACTIVITY" || WFProcess.getWFProcessType()=="EMBED")>flowable:formKey="${WFProcess.getWFProcessType()}"</#if>><#comment>标记子流程节点</#comment>
<#if assignGroupCond!=""> <#--<#if assignGroupCond!="">-->
<extensionElements> <#--<extensionElements>-->
<flowable:field name="assignGroups"><flowable:string>${assignGroupCond}</flowable:string></flowable:field> <#--<flowable:field name="assignGroups"><flowable:string>${assignGroupCond}</flowable:string></flowable:field>-->
</extensionElements> <#--</extensionElements>-->
</#if> <#--</#if>-->
<#comment>多实例节点</#comment> <#comment>多实例节点</#comment>
<#if WFProcess.getMultiInstMode?? && WFProcess.getMultiInstMode()?? && ( WFProcess.getMultiInstMode()=='PARALLEL' || WFProcess.getMultiInstMode()=='SEQUENTIAL')> <#if WFProcess.getMultiInstMode?? && WFProcess.getMultiInstMode()?? && ( WFProcess.getMultiInstMode()=='PARALLEL' || WFProcess.getMultiInstMode()=='SEQUENTIAL')>
<multiInstanceLoopCharacteristics flowable:collection="candidateUsersList" flowable:elementVariable="candidateUsers" ${isSequential}> <multiInstanceLoopCharacteristics flowable:collection="candidateUsersList" flowable:elementVariable="candidateUsers" ${isSequential}>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册