Skip to main content

WorkflowInfo

The WorkflowInfo class represents information related to a workflow process.

Properties

NameDescription
CurrentStepMetadata for the current step of the workflow.
InstanceIdThe unique identifier of the workflow instance.
FlowStatusThe status of the workflow.
EventThe specific event related to the workflow.
EventsA list of events associated with the workflow.
FlowStatusCaptionsCaptions related to different workflow statuses.
ProcessIdThe unique identifier of the workflow process.

Constructors

NameDescription
WorkflowInfo()Initializes a new instance of the WorkflowInfo class.