OBJECT

AutomationTracker

Automation Tracker

link GraphQL Schema definition

  • type AutomationTracker {
  • # automation of the Automation tracker
  • automation: Automation
  • # automation_step of the Automation tracker
  • automationStep: AutomationStep
  • # When the automation was cancelled manually
  • cancelledAt: ISO8601DateTime
  • # completed at time of the automation tracker
  • completedAt: ISO8601DateTime
  • # error at time of the automation tracker
  • errorAt: ISO8601DateTime
  • # ID of the Automation tracker
  • id: ID!
  • # percent complete of the automation tracker
  • percentComplete: Int
  • # previous automation step of the automation tracker
  • previousAutomationStep: AutomationStep
  • # previous automation step's time of creation of the automation tracker
  • previousAutomationStepAt: ISO8601DateTime
  • # run at of the Automation tracker
  • runAt: ISO8601DateTime
  • # status of the automation tracker
  • status: AutomationTrackerScopesEnum
  • }