Table of Contents

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

query InstanceQuery
ct CancellationToken

Returns

ValueTask<Page<WorkflowInstanceSummary>>

Exceptions

MillraceStorageException

The cursor was not issued by this provider.