feat: add connection_id to FAILED_AUTH_ISSUE notifications
loading diff…
Adds connection ID reporting to failed auth issue Slack notifications, addressing INT-945 (Connection details logging for FAILED_AUTH_ISSUE state).
connection_id parameter to notify_auth_issue function in common/utils.pyworkflow_dispatcher.py to extract actual connection_id from workflow (handles both user-provided and auto-fetched connection IDs)When auth issues occur, we need to know which connection was used for debugging. The connection_id may be:
get_connection_id(app_name)This change ensures the actual connection_id used is always reported, regardless of how it was obtained.