Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

Workflow process implementation not found

Avatar

Level 1

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)

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @alokkumar_tiwari,

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.

  • Disable component -> enable -> trigger workflow
  • Still an issue, stop and start above workflow bundle. 

 

View solution in original post

3 Replies

Avatar

Community Advisor

Hi, Could you please check if bundle for com.day.cq.wcm.workflow.process.CreateVersionProcess is activate or not? which AEM version are you using?



Arun Patidar

Avatar

Level 1

Hi Arun,

The bundle is in active state, i'm using AEM 6.4 

Avatar

Correct answer by
Community Advisor

Hi @alokkumar_tiwari,

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.

  • Disable component -> enable -> trigger workflow
  • Still an issue, stop and start above workflow bundle.