AEM Workflow | Community
Skip to main content
March 17, 2022
Solved

AEM Workflow

  • March 17, 2022
  • 1 reply
  • 1009 views

I have created one aem form and a workflow. I want assign task in workflow, but it not coming in admin's inbox. I have installed aem fomrs package & aem service pack 6.5.10 correctly. what could be the reason? I am getting this in error logs

'*WARN* [sling-oak-observation-9] org.apache.sling.event.impl.jobs.queues.QueueJobCache Unable to read job from /var/eventing/jobs/assigned/12a46dd1-e5c4-4b77-9030-ad7b892910e0/com.adobe.granite.workflow.job.var.workflow.models.assign-task/2022/3/17/14/58/12a46dd1-e5c4-4b77-9030-ad7b892910e0_7
java.lang.RuntimeException: Unable to deserialize property 'com.adobe.granite.workflow.job''.

Is this the thing bcz of my workflows are not working.

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

prabably your crx is currupted.

 

when ever you get an isssue on unable to read on /var/eventing/jobs/* , it means crx is curupted 

 

next steps - 

validate crx repo for consistency and then restart.

1 reply

SundeepKatepally
Community Advisor
SundeepKatepallyCommunity AdvisorAccepted solution
Community Advisor
March 18, 2022

prabably your crx is currupted.

 

when ever you get an isssue on unable to read on /var/eventing/jobs/* , it means crx is curupted 

 

next steps - 

validate crx repo for consistency and then restart.

March 21, 2022

Ok Sundeep I will check, thank you..!!