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

查询workflow工具

get_workflow_tools(workflow_id)

功能描述

查询该流程里包含的工具列表。

输入参数

参数

是否必选

参数类型

参数描述

workflow_id

String

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

返回值

参数

参数类型

参数描述

tools

JSONObjec,见表1

流程工具信息列表。

表1 工具描述

参数

参数类型

参数描述

type

String

类型,分为container(容器)、spark。

name

String

工具名称。

version

String

工具版本号。

image

String

镜像地址。

cpu

String

CPU推荐值。

memory

String

内存推荐值。

command

String

推荐执行命令。

description

String

工具描述。

scope

String

使用范围,分为public(公开的)、private(私有的)。

分享:

    相关文档

    相关产品