executeAutomationJob Mutation
Execute an automation with the given id. An execution name can optionally be set, if you leave empty, an execution name is automatically set. This call returns an object with information whether the start was successful or not. If the start was successful, use the automationExecutionID to retrieve runtime information about the current job, call the function: automationExecution(id: ID!) and pass
Arguments
#
Response
#
Returns StartStatus .
Example
#
Previous
deleteSystemSelector
Next
executeCheck