Need to get the last subjected date for the workflow using AEM querybuilder
I'm using AEM 6.5.
I want to get the start date as a result when was the last time the particular workflow is subjected using aem query builder.
I tried multiple queries which was not giving the result needed for me. I mean the last time the workflow is used.
I tired below query which was not giving me the expected result;
path=/var/workflow/instances/server0
type=cq:Workflow
1_property=status
1_property.value=COMPLETED
2_property=modelId
2_property.value=/var/workflow/models/test_author/netbank/publish-topcat-content
p.limit=-1
Kindly do pour in your thoughts so that I do get my desired result as outcome.
Thanks in advance !
