All Downloads are FREE. Search and download functionalities are using the official Maven repository.

procDef.nestSubProcDemo.json Maven / Gradle / Ivy

{
    "procDefCode": "nestSubProcDemo",
    "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": "ffOmService",
            "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": "subProcDemo3",
            "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": "集团领导审批",
            "assignee": "ffOmService",
            "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"
        }
    ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy