FlowStart Methods
An object defining methods for the FlowStart class.
Initialize()
Initializes the start step with default settings.
Returns:
Type: void
Method does not return anything
This is a sync method. Method runs synchronously.
SendStartWebNotification(userInfo,requestItem)
Sends a web notification for the workflow start step.
Parameters:
userInfo (required): UserInfo
The user information of the notification recipient.
requestItem (required): ProcessRequestItem
The process request item triggering the notification.
Returns:
Type: void
Method does not return anything
This is a sync method. Method runs synchronously.