OBJECT
WorkflowQueries
link GraphQL Schema definition
- type WorkflowQueries {
- # Arguments
- # limit:
- # start:
- (: Int, : Int): [ExecutionResult]
- # Arguments
- # path:
- # scope:
- (: String, : String): [Workflow]
- # Arguments
- # limit:
- # start:
- (: Int, : Int): [ExecutionResult]
- # Arguments
- # executionId:
- (: Long!): ExecutionResult
- # Arguments
- # id:
- (: Long!): Workflow
- }