ODSP.json 1.7 KB
Newer Older
1 2 3 4 5
{
  "codeName" : "ODSP",
  "dynaModelFilePath" : "PSWORKFLOWS/ODSP.json",
  "entityWFState" : "20",
  "logicName" : "订单审批",
6
  "mOSFilePath" : "psworkflows/ODSP",
7 8 9 10 11 12 13 14 15
  "name" : "订单审批",
  "getPSWFDEs" : [ {
    "codeName" : "ODSP",
    "dynaModelFilePath" : "PSWORKFLOWS/ODSP/PSWFDES/IBIZOrder.json",
    "getEntityStatePSCodeList" : {
      "modelref" : true,
      "path" : "PSMODULES/Sample/PSCODELISTS/ORDERSTATE.json"
    },
    "entityWFState" : "20",
16
    "mOSFilePath" : "psworkflows/ODSP/pswfdes/ODSP",
17 18 19 20 21 22 23 24 25
    "name" : "IBIZORDER",
    "getPSDataEntity" : {
      "modelref" : true,
      "path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZOrder.json"
    },
    "getPSWorkflow" : {
      "modelref" : true,
      "path" : "PSWORKFLOWS/ODSP.json"
    },
26
    "rTMOSFilePath" : "psworkflows/ODSP/pswfdes/ODSP",
27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
    "getUDStatePSDEField" : {
      "name" : "ORDERSTATE",
      "codeName" : "OrderState"
    },
    "getWFInstPSDEField" : {
      "name" : "WFINSTANCEID",
      "codeName" : "WFInstanceId"
    },
    "wFProxyMode" : 0,
    "getWFStatePSDEField" : {
      "name" : "WFSTATE",
      "codeName" : "WFState"
    },
    "getWFStepPSCodeList" : {
      "modelref" : true,
      "path" : "PSMODULES/Sample/PSCODELISTS/ORDERSTEP.json"
    },
    "getWFStepPSDEField" : {
      "name" : "WFSTEP",
      "codeName" : "WFStep"
    },
    "defaultMode" : true,
    "enableUserStart" : true,
    "useWFProxyApp" : false
  } ],
  "getPSWFVersions" : [ {
    "modelref" : true,
    "path" : "PSWORKFLOWS/ODSP/PSWFVERSIONS/ODSPv1.json"
  } ],
56
  "rTMOSFilePath" : "psworkflows/ODSP",
57 58 59 60 61 62 63 64
  "wFEngineCat" : "EMBEDDED",
  "wFEngineType" : "EMBEDDED",
  "wFProxyMode" : 0,
  "wFType" : "DEFAULT",
  "useRemoteEngine" : false,
  "useWFProxyApp" : false,
  "valid" : true
}