Udostępnij przez


RunStepStatus type

Możliwe wartości stanu kroku uruchamiania.

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