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