Hi,
I am trying to create a custom process step with custom timeout handler which will wait till due date time and then proceed. For this while going through documentation, I found this url Workflow Process Reference where class com.adobe.granite.workflow.console.timeout.autoadvance.AutoAdvancer is mentioned.
I am not able to find this class inside uber jar or through depfinder in AEM 6.3
Here is the screenshot of the page.
Kindly help with proper documentation.
Views
Replies
Total Likes
Hi,
I think the correct package/location is com.day.cq.workflow.timeout.autoadvance.AbsoluteTimeAutoAdvancer
Views
Replies
Total Likes
I am using com.adobe.granite.workflow but examples are on com.day.cq.workflow
Views
Replies
Total Likes
Hi,
Please check all available workflow classes at "The Adobe AEM Quickstart and Web Application."
You can go with com.day.cq.workflow.timeout.autoadvance.AbsoluteTimeAutoAdvancer
Views
Replies
Total Likes
So, does it mean we need to use a mix of com.adobe.granite.workflow and com.day.cq.workflow ? I thought we should use com.adobe.granite.workflow. Is there any recommendation document available?
Views
Replies
Total Likes
yes, you can use mix of APIs, if something is deprecated you can see on documentation marked as deprecated
Views
Replies
Total Likes
Views
Likes
Replies