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.
inputs
[ PropertyInput ]!
Non-null
A list of key value pairs to set the input variables to execute the workflow.
Default: []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
Previous
ExecuteCheckPayload