Designer 10.15 | webMethods BPM Process Development Help | Process Engine Processing | About Process and Step Timeouts | About Process Timeouts | Dynamic Timeout Control for Processes
 
Dynamic Timeout Control for Processes
You can implement dynamic control of process timeouts through a set of WmPRT package services that give you more flexibility during run time to set or cancel a process timer for a specific instance of a process model. These services can be invoked from the process model with a custom flow service, depending on whatever run-time conditions you want to consider.
The public services are listed and described in the following table.
Public Service
Description
WmPRT. This service cancels the process timer for the specified process instance.
WmPRT. This service creates a process timer for the specified process instance.
WmPRT. This service creates a process timer for the specified process instance and the specified business calendar
WmPRT. This service creates a process timer for the specified process instance and the specified date.
WmPRT. This service returns the actual date that the timer will expire for the specified process instance.
Related Topics