executeSystemAction
DEPRECATED
Automation jobs will be removed. Use executeSystemActionWorkflow instead.
Execute a system action.
executeSystemAction(
executionName: String
actionId: ID!
systemIds: [ID!]
parameter: [SystemActionParameterInput!]
): AutomationExecution! @deprecated
Arguments
executeSystemAction.executionName ● String scalar
The name of the automation execution to be created
executeSystemAction.actionId ● ID! non-null scalar
The ID of the action
executeSystemAction.systemIds ● [ID!] list scalar
The monitored system IDs
executeSystemAction.parameter ● [SystemActionParameterInput!] list input
The wanted parameter
Type
AutomationExecution object
This type maps an automation execution.