Share via


RunStepStatus type

Possible values for the status of a run step.

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