ENUM

PendingActionStatus

Description

Status of a pending action.

link GraphQL Schema definition

  • enum PendingActionStatus {
  • # Pending action processing failed with errors.
  • FAILED
  • # Pending action is currently being processed by the system.
  • IN_PROGRESS
  • # Pending action has been created and is waiting to be processed.
  • QUEUED
  • # Pending action has been processed successfully without errors.
  • SUCCEEDED
  • # Pending action requests have been successfully sent to CDM cluster.
  • SYNCED_TO_CDM
  • }