What happens if a Trigger doesn't work

Is there anything that would indicate when a Trigger stops working?
Is this something that could happen?

Response to keep topic alive

Triggers can be automatically disabled for a couple of reasons:

The configuration of the trigger is invalid. Such as invalid JSON, or an invalid filter configuration. These types of issues are generally resolved while developing the trigger, but could cause a trigger to be disabled if the issue wasn't found until runtime.

The other scenario is that a trigger will be disabled if the workflow it is configured to use is no longer available, such as it being deleted.

In both cases an audit will be generated.

Service name: "Process Automation"
Entity Type: "Trigger"
Action: "Update"

The audit should include information about why the trigger was disabled.

--Jason

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.