提交 09cf5c0f 编写于 作者: zhouweidong's avatar zhouweidong

补充工作流服务任务实体判断

上级 544e1160
...@@ -144,6 +144,7 @@ TARGET=PSWFVERSION ...@@ -144,6 +144,7 @@ TARGET=PSWFVERSION
<exclusiveGateway id="sid-${WFProcess.getDeployId()}"></exclusiveGateway> <exclusiveGateway id="sid-${WFProcess.getDeployId()}"></exclusiveGateway>
<#elseif WFProcess.getWFProcessType()=='PROCESS'> <#elseif WFProcess.getWFProcessType()=='PROCESS'>
<serviceTask id="sid-${WFProcess.getDeployId()}" name="${WFProcess.getName()}" flowable:expression="${r'${wfCoreService.execute(execution, activedata)}'}" > <serviceTask id="sid-${WFProcess.getDeployId()}" name="${WFProcess.getName()}" flowable:expression="${r'${wfCoreService.execute(execution, activedata)}'}" >
<#if WFProcess.getPSDataEntity()??>
<extensionElements> <extensionElements>
<flowable:field name="service-entity"><flowable:string>${srfpluralize(WFProcess.getPSDataEntity().getCodeName()?lower_case)}</flowable:string></flowable:field> <flowable:field name="service-entity"><flowable:string>${srfpluralize(WFProcess.getPSDataEntity().getCodeName()?lower_case)}</flowable:string></flowable:field>
<flowable:field name="service-deaction"><flowable:string>${WFProcess.getPSDEAction().getCodeName()?lower_case}</flowable:string></flowable:field> <flowable:field name="service-deaction"><flowable:string>${WFProcess.getPSDEAction().getCodeName()?lower_case}</flowable:string></flowable:field>
...@@ -167,6 +168,7 @@ TARGET=PSWFVERSION ...@@ -167,6 +168,7 @@ TARGET=PSWFVERSION
</#list> </#list>
</#if> </#if>
</extensionElements> </extensionElements>
</#if>
</serviceTask> </serviceTask>
<#else> <#else>
<#assign assignCond=""> <#assign assignCond="">
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册