更新时间:2021-03-18 GMT+08:00
分享

查询workflow

get_workflow(workflow_id)

功能描述

查询流程详情。

输入参数

参数

是否必选

参数类型

参数描述

workflow_id

String

流程Id,可以为create_workflow接口的返回值。

返回值

响应中含有指定流程的结构,结构如表1所示。

表1 返回值

参数

参数类型

参数描述

id

String

流程ID。

name

String

流程名称。

description

String

流程描述。

vendor

String

流程发布者。

scope

String

流程范围。

project_id

String

流程所属项目ID。

domain_id

String

流程所属租户ID。

domain

String

流程所属租户名称。

create_at

String

流程创建时间。

update_at

String

流程更新时间。

workflow_url

String

流程模板文件在OBS桶中的url存储地址,用于下载对应的流程文件。

logo

String

流程logo。

enterprise_project

JSONObjec

企业项目,详见表表2

表2 enterprise_project

参数

参数类型

描述

id

String

企业项目id

name

String

企业项目的名称

分享:

    相关文档

    相关产品