Pauser
The Pauser class represents a step in a workflow where the flow is paused, with timeout options and event handling.
Properties
| Name | Description |
|---|---|
| TimeoutOptions | The timeout options associated with the pauser. |
| Caption | The caption dictionary representing localized captions for the flow object. |
| ShowInFlowHistory | Specifies whether the pauser should be shown in the flow history. |
| TimeoutHour | The timeout hour in the timeout options. |
| Key | A unique identifier for the workflow step. |
| TimeoutMinute | The timeout minute in the timeout options. |
| Name | Name for the workflow step. |
| Events | The list of events associated with the pauser. |
| TimeoutDuration | The timeout duration in the timeout options. |
| WorkflowCodeInstance | The workflow code instance associated with the flow object. |
| CachedDMObjects | The cached document management objects related to the flow object. |
| TypeCode | The type code associated with the flow object. |
| CalculateUsingHolidays | Indicates whether holidays should be considered in the timeout calculation. |
| TimeoutDay | The timeout day in the timeout options. |
| CalculateUsingWorkingHours | Indicates whether working hours should be considered in the timeout calculation. |
Constructors
| Name | Description |
|---|---|
| Pauser(name, workflowData, workflowCodeInstance) | Constructor for the Pauser class. Initializes a new instance of the Pauser class. |
| Pauser(name, workflowData, workflowCodeInstance) | Constructor for the Pauser class. Initializes a new instance of the Pauser class. |
Methods
| Name | Description |
|---|---|
| SendRequestTimedOutWebNotification(userInfo, requestItem) | #import (Bimser.CSP.Workflow.Api.Steps.FlowGroup.SendRequestTimedOutWebNotification(UserInfo,ProcessRequestItem)) (shortDescription) |
| Initialize() | Initializes the pauser. This method is an implementation of the abstract Initialize method from the base class. |
Events
| Name | Description |
|---|---|
| OnAfterExecution(sender, args) | Occurs after the execution of the workflow step. |
| OnAfterEvent(sender, args) | Occurs after the execution of the workflow step. |
| OnBeforeEvent(sender, args) | Occurs after the execution of the workflow step. |
| OnBeforeExecution(sender, args) | Occurs before the execution of the workflow step. |