Triggers and escalation map initialization parameters
This topic describes the initialization parameters used for a trigger type.
You must add variables as initialization parameters individually, and in the order stated here. Otherwise, the values are not populated correctly.
Trigger type |
Initialization parameters (examples) |
Variable type |
Purpose |
---|---|---|---|
Activity trigger |
pJOBID pNODENAME pNODEID pEPC pSUBJOBID |
STRING STRING SHORT SHORT STRING |
Records the job ID, activity node name, node ID, EPC and subjob ID for the job that triggered an activity due date escalation map. Executes an escalation map when the period relative to the activity due date has passed. |
Duration trigger |
pJOBID pNODENAME pNODEID pEPC pSUBJOBID |
STRING STRING SHORT SHORT STRING |
Records the job ID and estimated finish time of a job. Executes the associated escalation map when the period relative to the job due date has passed. |
Milestone trigger |
pJOBID pMILESTONENAME pMILESTONETARGETDATE pSUBJOBID |
STRING STRING DATE STRING |
Records the job ID, milestone name and milestone target date of the job that triggered the milestone escalation. |
Budget trigger |
pJOBID pJOBCURRENTSPEND |
STRING DOUBLE |
Records the job ID and current budget spent. Executes the escalation map when budget tolerance reaches the defined percentage. |