Flow

更新时间:
复制 MD 格式

名称

类型

描述

示例值

object

工作流的详细信息,包含工作流的所有配置和状态信息

flowId

string

工作流的唯一标识符

flow-1234567890abcdef

flowArn

string

工作流的全局唯一资源名称

acs:agentrun:cn-hangzhou:123456789012:workspaces/ws-xxx/flows/flow-xxx

flowName

string

工作流的名称,用于标识和区分不同的工作流实例

my-flow

description

string

工作流的描述信息,说明该工作流的用途和功能

Customer service automation flow

definition

string

工作流的定义内容

{}

executionRoleArn

string

为工作流提供访问云服务权限的执行角色 ARN

acs:ram::123456789012:role/FlowExecutionRole

environmentConfiguration

EnvironmentConfiguration

工作流的环境变量配置,包含一组命名变量列表

externalStorageLocation

string

工作流的外部存储位置

oss://bucket/path

resourceGroupId

string

工作流所属的资源组标识符

rg-acfmxsn4m4a4b4a

tracingConfiguration

TracingConfiguration

工作流的链路追踪配置

loggingConfiguration

LoggingConfiguration

工作流的日志配置

workspaceId

string

工作流所属的工作空间标识符

ws-1234567890abcdef

createdAt

string

工作流的创建时间,采用 ISO 8601 格式

2025-01-10T10:30:00Z

lastUpdatedAt

string

工作流最后一次更新的时间,采用 ISO 8601 格式

2025-01-10T11:45:00Z

disablePublicNetworkAccess

boolean

是否禁用该工作流的公网访问,作为工作流级别的默认策略