ControlActivity interface

IfCondition, ForEach, Until와 같은 모든 컨트롤 작업에 대한 기본 클래스입니다.

Extends

속성

type

이 개체가 될 수 있는 다양한 형식을 지정하는 다형 판별자

상속된 속성

dependsOn

작업은 조건에 따라 달라집니다.

description

활동 설명입니다.

name

활동 이름입니다.

onInactiveMarkAs

상태가 비활성으로 설정된 경우 작업의 상태 결과입니다. 이 속성은 선택적 속성이며 활동이 비활성 상태일 때 제공되지 않으면 기본적으로 상태 Succeeded가 됩니다.

state

활동 상태입니다. 선택적 속성이며 제공되지 않으면 기본적으로 상태가 활성입니다.

userProperties

활동 사용자 속성입니다.

속성 세부 정보

type

이 개체가 될 수 있는 다양한 형식을 지정하는 다형 판별자

type: "Container" | "ExecutePipeline" | "IfCondition" | "Switch" | "ForEach" | "Wait" | "Fail" | "Until" | "Validation" | "Filter" | "SetVariable" | "AppendVariable" | "WebHook"

속성 값

"Container" | "ExecutePipeline" | "IfCondition" | "Switch" | "ForEach" | "Wait" | "Fail" | "Until" | "Validation" | "Filter" | "SetVariable" | "AppendVariable" | "WebHook"

상속된 속성 세부 정보

dependsOn

작업은 조건에 따라 달라집니다.

dependsOn?: ActivityDependency[]

속성 값

Activity.dependsOn에서 상속됨

description

활동 설명입니다.

description?: string

속성 값

string

Activity.description에서 상속됨

name

활동 이름입니다.

name: string

속성 값

string

Activity.name 상속

onInactiveMarkAs

상태가 비활성으로 설정된 경우 작업의 상태 결과입니다. 이 속성은 선택적 속성이며 활동이 비활성 상태일 때 제공되지 않으면 기본적으로 상태 Succeeded가 됩니다.

onInactiveMarkAs?: string

속성 값

string

Activity.onInactiveMarkAs에서 상속됨

state

활동 상태입니다. 선택적 속성이며 제공되지 않으면 기본적으로 상태가 활성입니다.

state?: string

속성 값

string

Activity.state에서 상속됨

userProperties

활동 사용자 속성입니다.

userProperties?: UserProperty[]

속성 값

Activity.userProperties에서 상속됨