StageStatus interface

ステージ実行の結果

プロパティ

errorMessage

エラーメッセージ

inputs

StageHistory、Inputs の入力は、初期ステージのユーザー定義パラメーターのキー値マップを保持します

isActive

このステージがアクティブか非アクティブか

nextstage

次の段階

outputs

StageHistoryの出力は、入力ステージが異なるため異なります。

stage

現在の段階

status

展開状況

statusMessage

ステータスメッセージ

プロパティの詳細

errorMessage

エラーメッセージ

errorMessage?: string

プロパティ値

string

inputs

StageHistory、Inputs の入力は、初期ステージのユーザー定義パラメーターのキー値マップを保持します

inputs?: Record<string, any>

プロパティ値

Record<string, any>

isActive

このステージがアクティブか非アクティブか

isActive?: string

プロパティ値

string

nextstage

次の段階

nextstage?: string

プロパティ値

string

outputs

StageHistoryの出力は、入力ステージが異なるため異なります。

outputs?: Record<string, any>

プロパティ値

Record<string, any>

stage

現在の段階

stage?: string

プロパティ値

string

status

展開状況

status?: number

プロパティ値

number

statusMessage

ステータスメッセージ

statusMessage?: string

プロパティ値

string