I design the quit workflow.The trigger is Native Change Account Deleted.When the account in authentication source is deleted,I expect the workflow is triggered.Unfortunately,the workflow is not triggered.So,I want to enable the trigger to check what reason cause the trigger not work.But in doc,I only see method about enable the connector debug log.In summary,How to enable the workflow trigger?
If your workflow isn’t triggering on “Native Change - Account Deleted”, first check if the workflow is properly subscribed to that trigger in the Trigger Catalog. Use the “Test Trigger” option to simulate the event and see if the workflow runs. Add a Log step in the workflow to confirm it’s being triggered. Also, check Audit Logs to see if the ACCOUNT_DELETED event is actually being captured. If not, enable debug logging on the connector to make sure the deletion is being detected from the source. This should help you identify where the issue is.
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.