提交 0c3d6a67 编写于 作者: ibizdev's avatar ibizdev

lxm1993 发布系统代码 [TrainSys,网页端]

上级 70f40eaf
......@@ -1291,6 +1291,10 @@
"modelref" : true,
"path" : "PSMODULES/Test/PSCODELISTS/WFStatus.json"
},
"entityWFCancelState" : "10",
"entityWFErrorState" : "40",
"entityWFFinishState" : "30",
"entityWFState" : "20",
"name" : "WORKFLOW",
"getPSWorkflow" : {
"modelref" : true,
......
{
"codeName" : "WorkFlowWf",
"dynaModelFilePath" : "PSMODULES/Test/PSWORKFLOWS/WorkFlowWf.json",
"entityWFCancelState" : "10",
"entityWFErrorState" : "40",
"entityWFFinishState" : "30",
"entityWFState" : "20",
"logicName" : "测试流程(WorkFlow)",
"name" : "测试流程(WorkFlow)",
"getPSSystemModule" : {
......@@ -14,6 +18,10 @@
"modelref" : true,
"path" : "PSMODULES/Test/PSCODELISTS/WFStatus.json"
},
"entityWFCancelState" : "10",
"entityWFErrorState" : "40",
"entityWFFinishState" : "30",
"entityWFState" : "20",
"name" : "WORKFLOW",
"getPSDataEntity" : {
"modelref" : true,
......
......@@ -15,14 +15,17 @@
<flowable:field name="udstatefield_workflow">
<flowable:string>wfstate</flowable:string>
</flowable:field>
<flowable:field name="udstateingval_workflow">
<flowable:string>20</flowable:string>
</flowable:field>
<flowable:field name="wffinishval_workflow">
<flowable:string></flowable:string>
<flowable:string>30</flowable:string>
</flowable:field>
<flowable:field name="wfcancelval_workflow">
<flowable:string></flowable:string>
<flowable:string>10</flowable:string>
</flowable:field>
<flowable:field name="wferrorval_workflow">
<flowable:string></flowable:string>
<flowable:string>40</flowable:string>
</flowable:field>
<flowable:field name="majortext_workflow">
<flowable:string>workflowname</flowable:string>
......
......@@ -3724,6 +3724,7 @@
"codeName" : "WorkFlowWf",
"name" : "测试流程(WorkFlow)",
"getPSAppWFDEs" : [ {
"entityWFState" : "20",
"name" : "WORKFLOW",
"getPSAppDataEntity" : {
"modelref" : true,
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册