Hi,
I am creating a simple workflow with Process Step, Assign Task, Generate Document Of Record and Send Email.
I am able to complete the workflow successfully. However, the workflow instance is still showing RUNNING. It is intermittent.
Can you please tell me how to complete a workflow OR make sure its status changes to COMPLETED?
Sometimes I get the below error message:
com.adobe.granite.workflow.WorkflowException: Process implementation not found: com.aem.community.core.CustomStep
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(JobConsume rManager.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(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Please help me understand why it is happening.