共用方式為


RunStepStatus type

運行步驟狀態的可能值。

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