Statement - Asset update workflow was converted to Transient workflow but transient workflow was not working.
Solution :
Solution :
clear the stale workflows, please follow below steps:
- Go to system console (http://localhost:4502/system/console)
- Stop the following bundles
- Adobe Granite Replication (com.day.cq.cq-replication)
- Apache Sling Event Support (org.apache.sling.event)
- Open crx/de
- Go to /etc/workflow/instances, clear everything under this folder. Yon can also move /etc/workflow/instances under /tmp and then create a new /etc/workflow/instances folder with the exact same properties of the original /etc/workflow/instances
- Go to /var/eventing/jobs and delete all the content under it.
- Go to /var/replication/data and Delete all the content under it.
- Start the bundles stopped in step 2.
- Now try running transient workflow.
That's It!