Table of Contents

Property ActivityNodeId

Namespace
Millrace.Storage
Assembly
Millrace.dll

ActivityNodeId

The workflow node this job executes, if any.

public string? ActivityNodeId { get; init; }

Property Value

string

Remarks

Always set together with WorkflowInstanceId — a workflow job names both its instance and its node, which is the correlation the dashboard reads to show a running instance's current step.