diff --git a/scripts/statesman_callback.py b/scripts/statesman_callback.py index ab5ecdb..69dd74b 100644 --- a/scripts/statesman_callback.py +++ b/scripts/statesman_callback.py @@ -240,6 +240,10 @@ "sql": "select workflow_id,current_state from workflow_instances where current_state IN ('AES_VOILATION')", "callback_payload": {"dayEnd": True} }, + "REPORT_AES": { + "sql": "select workflow_id,current_state from workflow_instances where current_state IN ('REPORT_AES')", + "callback_payload": {"now": DAY_START_TIME} + }, "HI_HARYANA_IVR_START": { "sql": "select workflow_id,current_state from workflow_instances where current_state IN ('HI_HARYANA_IVR_START') and template_id = '94f340e5-76d6-416f-9e95-8b8532e3722d' ", "callback_payload": {"callTrigger": True}