get_operation_id

ApprovalProcess.get_operation_id(operation, default=<object object>)

获取审批操作id

根据审批操作编码获取操作id,当查询的审批操作 不存在时,如果传入default,将返回default值, 否则抛出 KeyError

参数
  • operation (str) – 审批操作编码

  • default (Any) – 默认值

返回类型

str

返回

审批操作id