Execute procedures when an event occurs.
The procedures have the following parameters rule:
parm(in:&wfevent);
Where
&wfevent has the WorkflowEvent data type associated.
The event occurs when a task has expired, this means than it hasn´t been processed yet. Then if the event is associated to the process it will ocurr every time a task has expired.
Objects: Business Process Diagram Object, Tasks, Subprocesses
HowTo: Work With Event Handlers