Queries
workflowExecutionsByEntity
List workflow executions filtered by the entity they ran against (e.g. a specific thread), paginated. Useful for showing all automation that has fired on a given thread. Optionally narrow further by workflow ID or execution status.
QUERY
workflowExecutionsByEntity(filters: WorkflowExecutionByEntityFilter!, first: Int, after: String, last: Int, before: String): WorkflowExecutionConnection!Arguments
filters
required
first
Int
after
String
last
Int
before
String
Returns
edges
pageInfo
Query
Variables
Response
Query
Variables
Response

