Reputation: 99
The order confirmation email did not get triggered after placing an order. Looking at the business processes for the order, none of them got triggered.
Things I check-listed:
None of the above worked.
Please help me resolve this issue.
Upvotes: 1
Views: 4715
Reputation: 1
Solved If the business process is stuck in a running state on your local machine then run the below query in HAC's SQL tab in commit mode:
update tasks_aux_scheduler set last_activity_ts='2000-01-01 00:00:00.000' where id='scheduler' and version='3'
Read more to get more information about it: https://userapps.support.sap.com/sap/support/knowledge/en/2973429
Upvotes: 0
Reputation: 99
**Solved:
We had an issue with the cluster ID. All the nodes had the same cluster ID. This was caused due to a wrong deployment. We re-mediated it which fixed the issue.**
Upvotes: 0