Workflow and Service Hooks Execution Failure Notifications
When You Will Be Notified
| Failure scenario | What it means | Where to start |
| Workflow failed due to feedback loop detection | Conga Advantage Platform detected that the workflow was triggering itself or another workflow in a continuous loop and stopped the execution to protect system stability. | Review the trigger conditions for the affected workflow. Broad or poorly scoped conditions are the most common cause. |
| Workflow failed due to loop detection | Conga Advantage Platform detected a loop condition during execution and stopped the workflow before it could cause further impact. | Check for circular dependencies between workflows that operate on the same objects. |
| Workflow execution faulted | A general runtime error occurred during workflow execution. This is not related to a loop and may indicate a configuration issue or a problem with the record data at the time of execution. | Review the workflow configuration and check the execution log for the affected record to identify the specific error. |
| Service hooks execution failed due to feedback loop detection | Conga Advantage Platform detected a feedback loop involving a service hooks execution and stopped it to protect system stability. | Review the service hooks trigger configuration and check whether it interacts with any workflows on the same object. |
Who Receives the Notification
You can enable or disable notifications for each event at the organization level. You can also customize the email template for each notification scenario using APIs. This configuration is not available in the UI. To set up or modify email templates, contact the support team.
| Scenario | Behavior |
| A user is configured as an individual recipient | The user receives one email notification. |
| A user group is configured as a recipient | All active members of the group receive an email notification. |
| A user appears both individually and as part of a configured group | The user receives only one email. The system prevents duplicate notifications automatically. |
| A user account is inactive | No notification is sent to that account. Inactive users are excluded automatically. |
