workflow error when submitting adaptive form | Community
Skip to main content
ayecona
New Participant
July 26, 2019

workflow error when submitting adaptive form

  • July 26, 2019
  • 1 reply
  • 14837 views

I created a very simple workflow that sends an email and I got this error..... email is configured properly with smtp

com.adobe.granite.workflow.WorkflowException: Process implementation not found: com.adobe.fd.workflow.email.SendEmailStep
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(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)


Process implementation not found: com.adobe.fd.workflow.email.SendEmailStep

then I replaced that with a generate DOR and got almost the same error.

com.adobe.granite.workflow.WorkflowException: Process implementation not found: com.adobe.fd.workflow.dorGeneration.AFtoDORStep
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(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)


Process implementation not found: com.adobe.fd.workflow.dorGeneration.AFtoDORStep

I am invoking the workflow from the adaptive form on submission, any ideas?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Employee
July 26, 2019

Can you put screen shot of your workflow?

what components are you using in the workflow?

which version of AEM Forms?

ayecona
ayeconaAuthor
New Participant
July 29, 2019

workflowuser

and I invoke this from the adaptive form submission

not sure what to put in there

Employee
July 29, 2019

Did you lager a chance at the video in the link that I had sent earlier

it is mentioned in that