提交 4dab89aa 编写于 作者: zhouweidong's avatar zhouweidong

流程表单

上级 317ccd47
......@@ -205,17 +205,12 @@ TARGET=PSWFVERSION
</#if>
<userTask flowable:category="${r'${businessKey}'}" 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>
<documentation>${r'${majortext}'}</documentation>
<#if WFProcess.isSendInform()>
<#assign msgTempl=WFProcess.getPSSysMsgTempl()>
<extensionElements>
<flowable:formProperty id="${msgTempl.getCodeName()?lower_case}" name="${msgTempl.getName()}" variable="${assignGroupCond}" type="${WFProcess.getMsgType()}" />
</extensionElements>
<#if WFProcess.isSendInform()??>
<#assign msgTempl=WFProcess.getPSSysMsgTempl()>
<extensionElements>
<flowable:formProperty id="${msgTempl.getCodeName()?lower_case}" name="${msgTempl.getName()}" variable="${assignGroupCond}" type="${WFProcess.getMsgType()}" />
</extensionElements>
</#if>
<#--<#if assignGroupCond!="">-->
<#--<extensionElements>-->
<#--<flowable:field name="assignGroups"><flowable:string>${assignGroupCond}</flowable:string></flowable:field>-->
<#--</extensionElements>-->
<#--</#if>-->
<#comment>多实例节点</#comment>
<#if WFProcess.getMultiInstMode?? && WFProcess.getMultiInstMode()?? && ( WFProcess.getMultiInstMode()=='PARALLEL' || WFProcess.getMultiInstMode()=='SEQUENTIAL')>
<multiInstanceLoopCharacteristics flowable:collection="candidateUsersList" flowable:elementVariable="candidateUsers" ${isSequential}>
......@@ -267,6 +262,11 @@ TARGET=PSWFVERSION
<conditionExpression xsi:type="tFormalExpression" >${LinkCond}</conditionExpression>
</#if>
</#if>
<#if (WFLink.getFormCodeName?? && WFLink.getFormCodeName()?? ) || (WFLink.getMobFormCodeName?? && WFLink.getMobFormCodeName()?? )|| (WFLink.getViewCodeName?? && WFLink.getViewCodeName()?? )|| (WFLink.getMobViewCodeName?? && WFLink.getMobViewCodeName()?? )>
<extensionElements>
<flowable:formProperty <#if WFLink.getFormCodeName()??>formcode="${WFLink.getFormCodeName()}"</#if> <#if WFLink.getFormCodeName()??>mobformcode="${WFLink.getMobFormCodeName()}"</#if> <#if WFLink.getViewCodeName()??>viewcode="${WFLink.getViewCodeName()}"</#if> <#if WFLink.getMobViewCodeName()??>mobviewcode="${WFLink.getMobViewCodeName()}" </#if>/>
</extensionElements>
</#if>
</sequenceFlow>
</#list>
</#if>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册