INPUT_OBJECT

UpdateFlowExecution

link GraphQL Schema definition

1input UpdateFlowExecution {
4
2# The id of the execution to update
3flowExecutionId: ID!
7
5# The status of the execution after completion
6flowExecutionStatus: String
10
8# The url to the result file or single string of text
9flowExecutionResult: String
13
11# The url to the log file
12flowExecutionLog: String
16
14# The url or string of flow input
15flowExecutionInput: String
17}

link Required by

This element is not required by anyone