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 : 13 11 # The status of the execution after completion 12 String : 16 14 # The url to the result file or single string of text 15 String : 19 17 # The url to the log file 18 String : 22 20 # The url or string of flow input 21 String : 23 }
link Required by
This element is not required by anyone