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