Skip to main content

Pauser

The Pauser class represents a step in a workflow where the flow is paused, with timeout options and event handling.

Properties

NameDescription
TimeoutOptionsThe timeout options associated with the pauser.
CaptionThe caption dictionary representing localized captions for the flow object.
ShowInFlowHistorySpecifies whether the pauser should be shown in the flow history.
TimeoutHourThe timeout hour in the timeout options.
KeyA unique identifier for the workflow step.
TimeoutMinuteThe timeout minute in the timeout options.
NameName for the workflow step.
EventsThe list of events associated with the pauser.
TimeoutDurationThe timeout duration in the timeout options.
WorkflowCodeInstanceThe workflow code instance associated with the flow object.
CachedDMObjectsThe cached document management objects related to the flow object.
TypeCodeThe type code associated with the flow object.
CalculateUsingHolidaysIndicates whether holidays should be considered in the timeout calculation.
TimeoutDayThe timeout day in the timeout options.
CalculateUsingWorkingHoursIndicates whether working hours should be considered in the timeout calculation.

Constructors

NameDescription
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

NameDescription
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

NameDescription
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.