Property ActivityNodeId
ActivityNodeId
The workflow node this job executes, if any.
public string? ActivityNodeId { get; init; }
Property Value
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.