다음을 통해 공유


RunStepStatus type

실행 단계의 상태에 사용할 수 있는 값입니다.

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