====== GenerateOffsetEscalationTimeHandler ====== ==== Description ==== This handler sets the escalationtime of this node. **Offset** determines how much earlier all tasks have to be finished befor the process time ends. On escalation time a mail will be sent to the assignee for every open task on the "escalationnode". ---- ==== class ==== com.dooris.bpm.actionhandler.GenerateOffsetEscalationTimeHandler ---- ==== Event Type ==== node-enter ==== Action Name ==== any ---- ==== Parameter ==== === offSet === The offset value is given in the format of **hhmm** where hh are hours and mm are minutes. Alternitavely the value can be given as a percent (s. [[#example|example]]). >> It will be calculated according to the [[en:glossar#businesscalendar|BusinessCalendar]]. === escalationDuration === escalationDuration=VariablenName \\ If the field escalationDuration is given, not the processtime of the node is used, but the value of the variable, which is given by the escalationDuration.\\ The actionhandler looks for the given vairable with the suffix **"-Nodename"** (s. [[#example|example]]). === escalationMessage === escalationMessage=Mailtext of the escalation mail. Available as of 3.5 and can contain systemvariables. ---- ==== example==== {{ :software:tim:actionhandler:generateoffsetescalationhandler.png }} ==== Dependencies==== \\ __Timer__: [[:software:tim:timer:performpastreminders|performPastReminders]]