Pre‐Docket IHP Tasks - department-of-veterans-affairs/caseflow GitHub Wiki

This SOP remediates IHP tasks that have been added prematurely to a pre-docketed appeal. It only handles IHP tasks that are assigned, on_hold, or cancelled. Any other status this SOP does not yet handle.

Whats needed before running: You should have the Appeals UUID and access to production AWS

To begin, log into AWS and open a production terminal. In that terminal: Switch user

sudo su -

Source into caseflow

source /opt/caseflow-certification/caseflow-certification_env.sh

Cd into the directory that houses the script

cd /opt/caseflow-certification/src/lib/helpers/scripts

Call the script. Replace the X's with the UUID of the affected appeal

./predocket-ihp-task-script.sh XX

Outcome expected: If everything goes well you should see no errors and will return true.