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.subProcDemo.json Maven / Gradle / Ivy
{
"procDefCode": "subProcDemo",
"procDefName": "子流程示例",
"procDefCat": "demo.hq.hr",
"procDefDiagramWidth": null,
"procDefDiagramHeight": null,
"memo": "memo",
"nodeDefList": [
{
"shape": {
"type": "rectangle",
"style": "left: 50; top: 0; 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": "集团设备部长审批",
"nodeName": "集团设备部长审批",
"assignee": "groupDevLeader",
"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: 100; width: 100; height: 100; 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": "SUB_PROC",
"nodeCode": "厂矿内部审批子流程",
"nodeName": "厂矿内部审批子流程",
"candidateSubProcDef": "subProcDemo1,subProcDemo2",
"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: 250; 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": "集团领导审批",
"nodeName": "集团领导审批",
"candidateAssignee": "companyLeader",
"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"
}
],
"flowDefList": [
{
"shape": {
"type": "line",
"linePath": "SN"
},
"flowCode": "flow01",
"sourceNodeCode": "集团设备部长审批",
"targetNodeCode": "厂矿内部审批子流程",
"conditionExpression": "true"
},
{
"shape": {
"type": "line",
"linePath": "SN"
},
"flowCode": "flow02",
"sourceNodeCode": "厂矿内部审批子流程",
"targetNodeCode": "集团领导审批",
"conditionExpression": "true"
}
]
}