hi @arunpatidar ,
So you are saying , instead of workflow I should go for Event Listener. Also, Property change will be triggered for each and every property change. I want to create only one Version with the change. Any suggestions for this
Also, is there any way I can implement using workflow ...
Hi ,
I have a requirement to create page version on save.
So I have created a launcher on cq:Page modifcation event. with below properties
Event : Modified
Node : cq:Page
Path : /content
excludedList : event-user-data:changedByWorkflowProcess
Workflow is using OOTB create version process step....