Executes Procedures if a deadline is reached.
Objects: Business Process Diagram
Controls: Task, Subprocess
Level: Version
Procedures have the following Parm rule:
parm(in:&wfevent);
Where
&wfevent has the WorkflowEvent Data Type associated with it.
The event occurs when a Task has expired, which means that it hasn't been processed yet. Then, if the event is associated with the specific process, it will be triggered every time a Task within that process expires. In addition, when the property is set at the Version level, the event will be triggered whenever any Task from any process expires.
This property applies only at design time.
HowTo: Work With Event Handlers