Class: Retab::Types::CancelWorkflowResponseCancellationStatus

Inherits:
Object
  • Object
show all
Defined in:
lib/retab/types/cancel_workflow_response_cancellation_status.rb

Constant Summary collapse

CANCELLED =
'cancelled'
CANCELLATION_REQUESTED =
'cancellation_requested'
CANCELLATION_FAILED =
'cancellation_failed'
ALL =
[CANCELLED, CANCELLATION_REQUESTED, CANCELLATION_FAILED].freeze