流程结束回调通知

更新时间:2021-02-23 09:24:49
参数名是否必填参数类型

说明

action

string标记该通知的业务类型,该通知固定为:SIGN_FLOW_FINISH
flowId

string流程id
businessScence

string签署文件主题描述
flowStatus

string

任务状态

2-已完成: 所有签署人完成签署;

3-已撤销: 发起方撤销签署任务;

5-已过期: 签署截止日到期后触发

7-已拒签

statusDescription

string当流程异常结束时,附加终止原因描述
createTime

string签署任务发起时间 格式yyyy-MM-dd HH:mm:ss
endTime

string签署任务结束时间 格式yyyy-MM-dd HH:mm:ss
timestamp

long时间戳

示例


{
    "action":"SIGN_FLOW_FINISH",
    "flowId":"111111295e544f68973bafdfd317633f",
    "businessScence":"合同名称",
    "flowStatus":"2",
    "createTime":"2019-07-24 19:36:04",
    "endTime":"2019-07-24 19:36:07",
    "statusDescription":"完成",
    "timestamp":1563968167329
}


我要纠错