Skip to main content

WorkflowItem

The WorkflowItem class represents an item within a workflow, encapsulating details such as identifiers, names, captions, descriptions, and multilingual support for project and flow captions.

Properties

NameDescription
IdGets or sets the unique identifier of the workflow item.
SourceVersionGets or sets the version of the source associated with the workflow item.
PackageVersionGets or sets the version of the package associated with the workflow item.
FlowCaptionMLGets or sets the multilingual caption for the flow.
ProjectCaptionMLGets or sets the multilingual caption for the project.
CountGets or sets the count of items or actions associated with the workflow item.
DescriptionGets or sets the description of the workflow item.
IconGets or sets the icon associated with the workflow item.
NameGets or sets the name of the workflow item.
ApproverFormGets or sets the form used for approvals in the workflow.
UrlGets or sets the URL associated with the workflow item.
FlowCaptionGets or sets the caption of the flow associated with the workflow item.
ProjectPathGets or sets the path of the project associated with the workflow item.
MultilanguageGets or sets the multilingual support string for the workflow item.
ColorGets or sets the color associated with the workflow item.
CaptionGets or sets the caption of the workflow item.
FlowNameGets or sets the name of the flow associated with the workflow item.

Constructors

NameDescription
WorkflowItem(id, name, flowName, flowCaption, approverForm, caption, description, multilanguage, color, icon, count, sourceVersion, url, projectPath, flowCaptionML, projectCaptionML)Initializes a new instance of the WorkflowItem class with specified parameters.
WorkflowItem()Initializes a new instance of the WorkflowItem class.