WE have a requirement to kick off the workflow and control
programmatically after replication. I am able to trigger the workflow
after replication, however I cannot get any workitem from this workflow.
I can see this workflow on the page, however workflow api is not giving
me the workitems.List workItems = wf.getWorkItems(); //line
144I can see workitem nodes in crx
/etc/workflow/instances/server0/2017-09-14/publish_example_60/workItems
as well, it has items and workflow dataI am using AEM 6.3, ...