IWorkflowRun Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |