QuickWorkFlow.1.0.1.source-code.analyzeWorkReportAudit.json Maven / Gradle / Ivy
{
"nodes": [
{
"name": "开始",
"type": 0
},
{
"name": "工程师提交报告",
"type": 1
},
{
"name": "一级审批人审批",
"type": 1,
"assigner": "{{firstAuditUserId}}"
},
{
"name": "二级审批人审批",
"type": 1,
"assigner": "{{secondAuditUserId}}"
},
{
"name": "结束",
"type": 2
}
],
"jumpArray": [
{
"current": "开始",
"next": "工程师提交报告",
"condition": 0
},
{
"current": "工程师提交报告",
"next": "一级审批人审批",
"condition": 0
},
{
"current": "一级审批人审批",
"next": "二级审批人审批",
"condition": 0
},
{
"current": "二级审批人审批",
"next": "结束",
"condition": 0
},
{
"current": "一级审批人审批",
"next": "结束",
"condition": 1
},
{
"current": "二级审批人审批",
"next": "结束",
"condition": 1
}
]
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy