Skip to main content

FlowTimer Methods

An object defining methods for the FlowTimer class.

Initialize()

Initializes the flow timer. This method is an implementation of the abstract Initialize method from the base class.

Returns:

Type: void
Method does not return anything

This is a sync method. Method runs synchronously.


SendRequestTimedOutWebNotification(userInfo, requestItem)

#import (Bimser.CSP.Workflow.Api.Steps.FlowGroup.SendRequestTimedOutWebNotification(UserInfo,ProcessRequestItem)) (shortDescription)

Parameters:

userInfo (required): UserInfo
Information about the user receiving the notification.

requestItem (required): ProcessRequestItem
The process request item associated with the notification.

This is a sync method. Method runs synchronously.