Table of Contents

Method GetDataAsync

Namespace
Millrace.Workflows
Assembly
Millrace.dll

GetDataAsync<TData>(WorkflowInstanceId, CancellationToken)

Reads an instance's current data document, or null if there is no such instance.

ValueTask<TData?> GetDataAsync<TData>(WorkflowInstanceId id, CancellationToken ct = default)

Parameters

id WorkflowInstanceId
ct CancellationToken

Returns

ValueTask<TData>

Type Parameters

TData