OBJECT
AutomationTracker
Automation Tracker
link GraphQL Schema definition
- type AutomationTracker {
- # automation of the Automation tracker
- Automation :
- # automation_step of the Automation tracker
- AutomationStep :
- # When the automation was cancelled manually
- ISO8601DateTime :
- # completed at time of the automation tracker
- ISO8601DateTime :
- # error at time of the automation tracker
- ISO8601DateTime :
- # ID of the Automation tracker
- ID! :
- # percent complete of the automation tracker
- Int :
- # previous automation step of the automation tracker
- AutomationStep :
- # previous automation step's time of creation of the automation tracker
- ISO8601DateTime :
- # run at of the Automation tracker
- ISO8601DateTime :
- # status of the automation tracker
- AutomationTrackerScopesEnum :
- }