IWorkflowRun Interface

Definition

Represents a running instance of a workflow.

public interface IWorkflowRun
type IWorkflowRun = interface
Public Interface IWorkflowRun
Derived

Properties

Name Description
NewEventCount

Gets the number of events emitted since the last access to NewEvents.

NewEvents

Gets all events emitted by the workflow since the last access to this property.

OutgoingEvents

Gets all events that have been emitted by the workflow.

RunId

Gets the unique identifier for the run.

Applies to