{ "label": "指派信息审批通过", "version": "1.0.0", "description": "指派信息审批通过", "nodes": [ { "name": "当前用户", "process": "session.Get", "args": ["user"] }, { "name": "工作流", "process": "xiang.workflow.Save", "args": [ "{{$res.当前用户.id}}", "{{$name}}", "{{$node}}", "{{$id}}", "{{$input}}" ] }, { "name": "审批通过", "process": "xiang.workflow.Next", "args": [ "{{$res.当前用户.id}}", "{{$res.工作流.id}}", { "审批状态": "通过" } ] } ], "output": "{{$res.审批通过}}" }