ENUM
PendingActionStatus
Description
Status of a pending action.
link GraphQL Schema definition
- enum PendingActionStatus {
- # Pending action processing failed with errors.
- # Pending action is currently being processed by the system.
- # Pending action has been created and is waiting to be processed.
- # Pending action has been processed successfully without errors.
- # Pending action requests have been successfully sent to CDM cluster.
- }