Handle Unresolved Contingency work queue
Code |
|
Categories |
|
Implementation |
Work queue |
Schedule |
Every day at 2:00 a.m. |
Class |
HandleUnresolvedContingencyWorkQueue.gs |
The Handle Unresolved Contingency work queue initiates action on pending contingencies with an
action start date of today or a date in the past for contingencies on which action
has not yet started. The contingency Status is changed to
Action_Initiated.
Adding contingency actions
You can also add a new contingency action by doing the following in PolicyCenter Studio:
- Modify Gosu class HandleUnresolvedContingencyWorkQueue to support the new contingency action.
- Add a typecode to the
ContingencyActiontype list for the new action. - Add a start date for the new action to the updateActionStartDate method in Gosu enhancement ContingencyEnhancement.gsx.
- Add a property getter for the new job using
isPolicyChangeActionas a model.
See also
