INPUT_OBJECT

CreateExecutionPreferences

link GraphQL Schema definition

1input CreateExecutionPreferences {
4
2# Optional. Maximum retries for the task.
3maxRetries: Int
8
5# Optional. Defines if the task can be porcessed in parallel. Default value is
6# false.
7parallelProcessing: Boolean
11
9# Optional. Maximum number of engine instances on the task.
10maxEngines: Int
15
12# Optional. Defines if the oarent task should be completed before starting.
13# Default value is false.
14parentCompleteBeforeStarting: Boolean
18
16# Optional. Due date for the task.
17dueDateTime: DateTime
21
19# Optional. Priority of the task. Default value is 0.
20priority: Int
22}