workflowRuns
Returns a workflow run page.
workflowRuns(workflowId: ID, status: String, search: String, archive: String, first: Int, after: ID): WorkflowRunPage!Arguments
Identifier of the workflow. Omit it to leave this dimension unfiltered.
The status used to filter or perform the operation. Omit it to leave this dimension unfiltered.
Text used to filter matching records. Omit it to leave this dimension unfiltered.
The archive used to filter or perform the operation. Defaults to "ACTIVE".
Maximum number of records to return. Defaults to 100.
Cursor or identifier after which to return records. Omit it to leave this dimension unfiltered.
Returns
Items associated with this workflow run page.
The next cursor associated with this workflow run page. May be null when unavailable or not applicable.
Number of totals.