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
| Name | Description |
|---|---|
| TimeoutOptions | Gets or sets the timeout configuration options for the pauser. |
| Caption | A dictionary containing captions for workflow objects, mapping identifiers to their display names. |
| ShowInFlowHistory | Gets or sets whether the pauser should be visible in the workflow history. |
| EventButtonsAlignment | Gets or sets the alignment of event buttons in the user interface. |
| EventButtonGroup | Gets or sets whether event buttons should be displayed as a group. |
| Events | Gets or sets the list of events associated with the pauser. |
| IsChanged | Indicates whether any changes have been made to the workflow object in the code, showing if it has unsaved modifications. |