All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
procDef.subProcDemo1.json Maven / Gradle / Ivy
{
"procDefCode": "subProcDemo1",
"procDefName": "子流程1",
"procDefCat": "demo.hq.hr",
"procDefDiagramWidth": null,
"procDefDiagramHeight": null,
"memo": "memo",
"nodeDefList": [
{
"shape": {
"type": "rectangle",
"style": "left: 50; top: 100; width: 100; height: 50; border-style: solid; border-width: 1; border-radius: 10; border-color: #000000; background-color: #ffffc8; font-family: Microsoft YaHei; font-weight: normal; font-size: 13px; color: #000000; text-align: center; vertical-align: middle; "
},
"nodeType": "TASK",
"nodeCode": "A设备部长审批",
"nodeName": "A设备部长审批",
"assignee": "devA",
"action": "commonApproveDoc.do?DOC_ID_=${proc.getBizId()}&TASK_ID_=${task.getTaskId()}",
"completeExpression": "${COMPLETE/TOTAL>=1}",
"completeReturn": "0",
"exclusive": "0",
"autoCompleteSameAssignee": "0",
"autoCompleteEmptyAssignee": "0",
"inform": "0",
"claim": "0",
"forwardable": "0",
"priority": "5"
},
{
"shape": {
"type": "rectangle",
"style": "left: 50; top: 200; width: 100; height: 50; border-style: solid; border-width: 1; border-radius: 10; border-color: #000000; background-color: #ffffc8; font-family: Microsoft YaHei; font-weight: normal; font-size: 13px; color: #000000; text-align: center; vertical-align: middle; "
},
"nodeType": "TASK",
"nodeCode": "A厂长审批",
"nodeName": "A厂长审批",
"assignee": "FALeaderA",
"action": "commonApproveDoc.do?DOC_ID_=${proc.getBizId()}&TASK_ID_=${task.getTaskId()}",
"completeExpression": "${COMPLETE/TOTAL>=1}",
"completeReturn": "0",
"exclusive": "0",
"autoCompleteSameAssignee": "0",
"autoCompleteEmptyAssignee": "0",
"inform": "0",
"claim": "0",
"forwardable": "0",
"priority": "5"
}
],
"noteDefList": [
{
"shape": {
"type": "rectangle",
"style": "left: 0; top: -1; width: 200; height: 50; border-style: solid; border-width: 1; border-radius: 10; border-color: transparent; background-color: transparent; font-family: Microsoft YaHei; font-weight: normal; font-size: 15; color: #000000; text-align: center; vertical-align: middle; "
},
"noteCode": "noteCode",
"noteName": "${INIT_COM_NAME_}通用审批流程",
"dynamic": "1"
}
],
"flowDefList": [
{
"shape": {
"type": "line",
"linePath": "SN"
},
"flowCode": "flow01",
"sourceNodeCode": "A设备部长审批",
"targetNodeCode": "A厂长审批",
"conditionExpression": "true"
}
],
"procVarDefList": [
{
"varType": "STRING",
"varName": "INIT_COM_ID_",
"value": "e74dd5b243da4815978cb9e512a53cb7"
},
{
"varType": "STRING",
"varName": "INIT_COM_NAME_",
"value": "A厂矿"
}
]
}