Magidoc

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

#

automationJobID

ID !
Non-null

executionName

Response

#

Returns StartStatus .

Example

#