Skip to main content

PauserProperties

Represents the configuration properties for a workflow pauser object.

The PauserProperties class defines the configuration and behavior settings for a workflow pauser object. It inherits from BimserWorkflowObjectProperties and implements IPauserProperties. This class manages timeout settings, event handling, and display preferences for workflow pause points, allowing for controlled workflow execution and user interaction.

Properties

NameDescription
EventButtonGroupGets or sets whether event buttons should be displayed as a group.
IsChangedIndicates whether any changes have been made to the workflow object in the code, showing if it has unsaved modifications.
TimeoutOptionsGets or sets the timeout configuration options for the pauser.
EventsGets or sets the list of events associated with the pauser.
EventButtonsAlignmentGets or sets the alignment of event buttons in the user interface.
ShowInFlowHistoryGets or sets whether the pauser should be visible in the workflow history.
CaptionA dictionary containing captions for workflow objects, mapping identifiers to their display names.