From f2d489d0a35eff75b8758384a6c6b5fc8fc125fb Mon Sep 17 00:00:00 2001 From: Priya Dharshini Date: Tue, 25 May 2021 17:20:58 +0530 Subject: [PATCH] add cron for 10th day end --- scripts/statesman_callback.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/statesman_callback.py b/scripts/statesman_callback.py index ab5ecdb..0087aa8 100644 --- a/scripts/statesman_callback.py +++ b/scripts/statesman_callback.py @@ -220,6 +220,10 @@ "sql": "select workflow_id,current_state from workflow_instances where current_state IN ('HI_KA_IVR_START')", "callback_payload": {"smsNotify": True} }, + "HI_KA_10TH_DAY_ESCALATION": { + "sql": "select workflow_id,current_state from workflow_instances where current_state IN ('HI_KA_10TH_DAY_ESCALATION')", + "callback_payload": {"dayEnd": True} + }, "AES_BIHAR_IVR_START": { "sql": "select workflow_id,current_state from workflow_instances where current_state IN ('AES_BIHAR_IVR_START') and template_id = 'c0c11200-0630-439d-a458-9ac21fdfa2a8' ", "callback_payload": {"callTrigger": True}