Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions scripts/statesman_callback.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,10 @@
"AES_VOILATION": {
"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}
}
}

Expand Down