Queries
workflowExecutions
List executions for a specific workflow, paginated. Use this to audit the run history of a workflow and check for failures.
QUERY
workflowExecutions(workflowId: ID!, first: Int, after: String, last: Int, before: String): WorkflowExecutionConnection!Arguments
workflowId
ID!
required
first
Int
after
String
last
Int
before
String
Returns
edges
pageInfo
Query
Variables
Response
Query
Variables
Response

