This conversation has been locked due to inactivity. Please create a new post.
This conversation has been locked due to inactivity. Please create a new post.
Hi,
I'm trying to use the request for activation workflow but the workflow is getting stuck at create version process implementation is not found, which i assume is a built in process
Please help me understand how do we implement it ?
I'm getting the failure response as below
com.adobe.granite.workflow.WorkflowException: Process implementation not found: com.day.cq.wcm.workflow.process.CreateVersionProcess
at com.adobe.granite.workflow.core.job.HandlerBase.executeProcess(HandlerBase.java:207)
at com.adobe.granite.workflow.core.job.JobHandler.process(JobHandler.java:261)
at org.apache.sling.event.impl.jobs.JobConsumerManager$JobConsumerWrapper.process(JobConsumerManager.java:502)
at org.apache.sling.event.impl.jobs.queues.JobQueueImpl.startJob(JobQueueImpl.java:293)
at org.apache.sling.event.impl.jobs.queues.JobQueueImpl.access$100(JobQueueImpl.java:60)
at org.apache.sling.event.impl.jobs.queues.JobQueueImpl$1.run(JobQueueImpl.java:229)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Solved! Go to Solution.
Views
Replies
Total Likes
Can you look in for this process(CreateVersion) directly in OSGI components console(http://localhost:4502/system/console/components) and check if it is active or has unsatisfied reference.
If both bundle(com.day.cq.wcm.cq-wcm-workflow) and component(com.day.cq.wcm.workflow.process.CreateVersionProcess) are active, we can try restart option.
Hi Arun,
The bundle is in active state, i'm using AEM 6.4
Views
Replies
Total Likes
Can you look in for this process(CreateVersion) directly in OSGI components console(http://localhost:4502/system/console/components) and check if it is active or has unsatisfied reference.
If both bundle(com.day.cq.wcm.cq-wcm-workflow) and component(com.day.cq.wcm.workflow.process.CreateVersionProcess) are active, we can try restart option.
Views
Likes
Replies
Views
Likes
Replies