AutomationExecution
Execution information for an automation rule
type AutomationExecution {
automationRule: Automation!
automationRuleId: ID!
completedAt: ISO8601DateTime
createdAt: ISO8601DateTime!
duration: Int
errorMessage: String
eventId: String!
finished: Boolean!
id: ID!
results: JSON!
startedAt: ISO8601DateTime!
status: String!
updatedAt: ISO8601DateTime!
}
Fields
AutomationExecution.automationRule ● Automation! non-null object
AutomationExecution.automationRuleId ● ID! non-null scalar
AutomationExecution.completedAt ● ISO8601DateTime scalar
AutomationExecution.createdAt ● ISO8601DateTime! non-null scalar
AutomationExecution.duration ● Int scalar
Execution duration in seconds
AutomationExecution.errorMessage ● String scalar
AutomationExecution.eventId ● String! non-null scalar
AutomationExecution.finished ● Boolean! non-null scalar
Whether the execution has finished
AutomationExecution.id ● ID! non-null scalar
AutomationExecution.results ● JSON! non-null scalar
AutomationExecution.startedAt ● ISO8601DateTime! non-null scalar
AutomationExecution.status ● String! non-null scalar
AutomationExecution.updatedAt ● ISO8601DateTime! non-null scalar
Member Of
Automation object ● AutomationExecutionConnection object ● AutomationExecutionEdge object