次の方法で共有


RunStepStatus type

実行ステップのステータスに指定できる値。

type RunStepStatus =
  | "in_progress"
  | "cancelled"
  | "failed"
  | "completed"
  | "expired"