Table of Contents

Struct WorkflowInstanceId

Namespace
Millrace
Assembly
Millrace.dll

Identifies a workflow instance. Generated by the engine; opaque to storage providers.

[JsonConverter(typeof(WorkflowInstanceIdJsonConverter))]
public readonly record struct WorkflowInstanceId : IEquatable<WorkflowInstanceId>
Implements
Inherited Members

Constructors

WorkflowInstanceId(Guid)

Identifies a workflow instance. Generated by the engine; opaque to storage providers.

Properties

Value

Methods

New()

Mints an id from the system clock.

New(TimeProvider)

Mints an id timestamped from time.

ToString()

Renders the id as 32 hex digits without hyphens.