INPUT_OBJECT

CreateFlowExecution

link GraphQL Schema definition

1input CreateFlowExecution {
4
2# The id of the execution - user generated
3flowExecutionId: ID
7
5# The id of the associated flow
6flowId: ID!
10
8# The id of the associated revision
9flowRevisionId: ID
13
11# The status of the execution after completion
12flowExecutionStatus: String
16
14# The url to the result file or single string of text
15flowExecutionResult: String
19
17# The url to the log file
18flowExecutionLog: String
22
20# The url or string of flow input
21flowExecutionInput: String
23}

link Required by

This element is not required by anyone