INPUT_OBJECT
UpdateFlowExecution
link GraphQL Schema definition
1 input UpdateFlowExecution { 4 2 # The id of the execution to update 3 : ID! 7 5 # The status of the execution after completion 6 : String 10 8 # The url to the result file or single string of text 9 : String 13 11 # The url to the log file 12 : String 16 14 # The url or string of flow input 15 : String 17 }
link Required by
This element is not required by anyone