Skip to main content

executeSystemActionWorkflow

Execute a system action.

executeSystemActionWorkflow(
actionId: ID!
systemIds: [ID!]
parameter: [SystemActionParameterInput!]
): ExecuteWorkflowPayload!

Arguments

executeSystemActionWorkflow.actionId ● ID! non-null scalar

The ID of the action

executeSystemActionWorkflow.systemIds ● [ID!] list scalar

The monitored system IDs

executeSystemActionWorkflow.parameter ● [SystemActionParameterInput!] list input

The wanted parameter

Type

ExecuteWorkflowPayload object