Problem: I've deleted 'instances' folder inside /etc/workflow/ directory. When I initiate the workflow, the folder 'instances' is automatically created under /etc/workflow/ but the workflow is not triggered on the payload.
Solution:
- Make sure to delete the instances folder.
- Save the changes
- Create a instances node of type sling:folder
- To the instances node add a property sling:resourceType with value equal to ‘cq/workflow/components/instances’
Also add property jcr:title Instances
- Restart the workflow bundle from felix console or restart the instance.
No comments:
Post a Comment