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
14
11# The status of the execution during and after completion(running, success,
12# failed)
13flowExecutionStatus: String
17
15# The url to the result file or single string of text
16flowExecutionResult: String
20
18# The url to the log file
19flowExecutionLog: String
23
21# The url or string of flow input and additional package env vars
22flowExecutionInput: String
26
24# Run Mode context of where this flow was ran(Studio, Engine, Service, AUF)
25runMode: String
27}

link Required by

This element is not required by anyone