Hi,
I am using AEM 6.2 for my POCs, i have created a custom workflow.
The workflow has these steps : initial process step --> participant step-->end.
I am trying to set the time out setting for participant step where,
I am giving the timeout value as 1 minute (overlayed /libs/cq/workflow/components/model/step/tab_common/items/timeout/items/timeout/options and added one more option for 1 minute)
And For Timeout handler, i selected the custom service process step.
When i run the workflow, its getting stuck at participant step even after 1 minute, but when i select the time out option as immediate, my custom service process step gets executed successfully.
Please suggest, where might be the issue.
And one more thing : I tried adding my custom service process step as a third step in my workflow and in Participant's time out handler setting, i chose Auto Advancer, That also didn't help.
Thanks,
Ajay