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