Hello,
We have a requirement where in a mail should be triggered to the system administrator in case a workflow instance fails.
I tried setting up a launcher (to trigger a Test Workflow that sends mail) with following configuration but it doesn't get triggered.
The same launcher on cq:workflow node modification under /etc/workflow/instances/....... triggers my Test workflow if I change the Launcher Glob Path to /etc/workflow(/.*)
So, I have a couple of questions:
- Is this feature is available out of the box in CQ 5.6?
- If not, then how should this requirement be implemented?
Thanks!!