Magidoc

ExecuteWorkflowInput
Input Object

Input parameters used to execute a workflow.

Fields

#

customer

An optional customer to use to execute a workflow. It is considered if there is no variant defined. Valid options are from the list of customers where the user has automation start permission.

ignoreDefaultVariant

Whether to ignore the default variant or not.

inputs

Non-null

A list of key value pairs to set the input variables to execute the workflow.

Default: []

name

Non-null

The workflows name.

namespace

Non-null

The namespace of the workflow to execute.

notificationSettings

Settings to send notifications from workflow execution

variant

The variant to execute. If no variant is set and there is a default variant the default variant will be used except the 'ignoreDefaultVariant' flag is set to true.

Usages

#

References

#

  • Argument input of field executeWorkflow from type Mutation