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

procDef.endDemo.json Maven / Gradle / Ivy

{
    "procDefCode": "endDemo",
    "procDefName": "结束节点示例",
    "procDefCat": "demo",
    "procDefDiagramWidth": null,
    "procDefDiagramHeight": null,
    "memo": null,
    "nodeDefList": [
        {
            "shape": {
                "type": "rectangle",
                "style": "left: 100; top: 50; 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.selectOrgLeader(INIT_COM_ID_,\"1\")}",
            "completeExpression": "${COMPLETE/TOTAL>=1}",
            "completeReturn": "0",
            "exclusive": "0",
            "orwardable": "0",
            "autoCompleteSameAssignee": "0",
            "autoCompleteEmptyAssignee": "0",
            "inform": "0",
            "priority": "5",
            "action": "commonApproveDoc.do?DOC_ID_=${proc.getBizId()}&TASK_ID_=${task.getTaskId()}",
            "claim": "0",
            "forwardable": "0"
        },
        {
            "shape": {
                "type": "rectangle",
                "style": "left: 100; top: 150; 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.selectOrgLeader(ffOmService.selectOrg(INIT_COM_ID_,null,null,\"财务\").get(0).getOrgId(),\"1\")}",
            "completeExpression": "${COMPLETE/TOTAL>=1}",
            "completeReturn": "0",
            "exclusive": "0",
            "orwardable": "0",
            "autoCompleteSameAssignee": "0",
            "autoCompleteEmptyAssignee": "0",
            "inform": "0",
            "priority": "5",
            "action": "commonApproveDoc.do?DOC_ID_=${proc.getBizId()}&TASK_ID_=${task.getTaskId()}",
            "claim": "0",
            "forwardable": "0"
        },
        {
            "shape": {
                "type": "oval",
                "style": "left: 125; top: 250; width: 50; 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": "END",
            "nodeCode": "END",
            "nodeName": "END",
            "completeExpression": "${COMPLETE/TOTAL>=1}",
            "completeReturn": "0",
            "exclusive": "0",
            "orwardable": "0",
            "autoCompleteSameAssignee": "0",
            "autoCompleteEmptyAssignee": "0",
            "inform": "0",
            "priority": "5"
        },
        {
            "shape": {
                "type": "rectangle",
                "style": "left: 250; top: 150; 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": "设备部长审批",
            "completeExpression": "${COMPLETE/TOTAL>=1}",
            "completeReturn": "0",
            "exclusive": "0",
            "orwardable": "0",
            "autoCompleteSameAssignee": "0",
            "autoCompleteEmptyAssignee": "0",
            "inform": "0",
            "priority": "5",
            "candidateAssignee": "${ffOmService.selectOrgLeader(ffOmService.selectOrg(INIT_COM_ID_,null,null,\"设备\").get(0).getOrgId(),\"1\")}",
            "action": "commonApproveDoc.do?DOC_ID_=${proc.getBizId()}&TASK_ID_=${task.getTaskId()}",
            "claim": "0",
            "forwardable": "0"
        }
    ],
    "flowDefList": [
        {
            "shape": {
                "type": "line",
                "linePath": "SN",
                "style": "left: 0; 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; "
            },
            "sourceNodeCode": "厂长审批",
            "targetNodeCode": "财务部长审批"
        },
        {
            "shape": {
                "type": "line",
                "linePath": "SN",
                "style": "left: 0; 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; "
            },
            "sourceNodeCode": "厂长审批",
            "targetNodeCode": "设备部长审批"
        },
        {
            "shape": {
                "type": "line",
                "linePath": "SN",
                "style": "left: 0; 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; "
            },
            "sourceNodeCode": "财务部长审批",
            "targetNodeCode": "END"
        }
    ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy