Method QueryInstancesAsync
- Namespace
- Millrace.Storage.PostgreSql
- Assembly
- Millrace.Storage.PostgreSql.dll
QueryInstancesAsync(InstanceQuery, CancellationToken)
One page of workflow instances matching query. Same paging, cursor and
tenancy rules as QueryJobsAsync(JobQuery, CancellationToken).
public ValueTask<Page<WorkflowInstanceSummary>> QueryInstancesAsync(InstanceQuery query, CancellationToken ct)
Parameters
queryInstanceQueryctCancellationToken
Returns
Exceptions
- MillraceStorageException
The cursor was not issued by this provider.