次の方法で共有


ExecutePipelineActivity interface

パイプラインの実行アクティビティ。

Extends

プロパティ

parameters

パイプライン パラメーター。

pipeline

パイプラインリファレンス。

type

ポリモーフィック識別子。このオブジェクトは、さまざまな型を指定します。

waitOnCompletion

アクティビティの実行が依存パイプラインの実行の完了を待機するかどうかを定義します。 既定値は false です。

継承されたプロパティ

dependsOn

アクティビティは条件によって異なります。

description

アクティビティの説明。

name

アクティビティ名。

onInactiveMarkAs

状態が非アクティブに設定されている場合のアクティビティの状態の結果。 これは省略可能なプロパティであり、アクティビティが非アクティブのときに指定されていない場合、状態は既定で Succeeded になります。

state

アクティビティの状態。 これは省略可能なプロパティであり、指定しない場合、状態は既定でアクティブになります。

userProperties

アクティビティ ユーザーのプロパティ。

プロパティの詳細

parameters

パイプライン パラメーター。

parameters?: {[propertyName: string]: any}

プロパティ値

{[propertyName: string]: any}

pipeline

パイプラインリファレンス。

pipeline: PipelineReference

プロパティ値

type

ポリモーフィック識別子。このオブジェクトは、さまざまな型を指定します。

type: "ExecutePipeline"

プロパティ値

"ExecutePipeline"

waitOnCompletion

アクティビティの実行が依存パイプラインの実行の完了を待機するかどうかを定義します。 既定値は false です。

waitOnCompletion?: boolean

プロパティ値

boolean

継承されたプロパティの詳細

dependsOn

アクティビティは条件によって異なります。

dependsOn?: ActivityDependency[]

プロパティ値

ControlActivity.dependsOn から継承された

description

アクティビティの説明。

description?: string

プロパティ値

string

ControlActivity.description から継承された

name

アクティビティ名。

name: string

プロパティ値

string

ControlActivity.name から継承された

onInactiveMarkAs

状態が非アクティブに設定されている場合のアクティビティの状態の結果。 これは省略可能なプロパティであり、アクティビティが非アクティブのときに指定されていない場合、状態は既定で Succeeded になります。

onInactiveMarkAs?: string

プロパティ値

string

ControlActivity.onInactiveMarkAs から継承された

state

アクティビティの状態。 これは省略可能なプロパティであり、指定しない場合、状態は既定でアクティブになります。

state?: string

プロパティ値

string

ControlActivity.state から継承された

userProperties

アクティビティ ユーザーのプロパティ。

userProperties?: UserProperty[]

プロパティ値

ControlActivity.userProperties から継承された