INPUT_OBJECT
CreateFlowExecution
link GraphQL Schema definition
1 input CreateFlowExecution { 4 2 # The id of the execution - user generated 3 ID : 7 5 # The id of the associated flow 6 ID! : 10 8 # The id of the associated revision 9 ID : 14 11 # The status of the execution during and after completion(running, success, 12 # failed) 13 String : 17 15 # The url to the result file or single string of text 16 String : 20 18 # The url to the log file 19 String : 23 21 # The url or string of flow input and additional package env vars 22 String : 26 24 # Run Mode context of where this flow was ran(Studio, Engine, Service, AUF) 25 String : 27 }
link Required by
This element is not required by anyone