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.
Solved! Go to Solution.
Views
Replies
Total Likes
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.
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.
Ok Sundeep I will check, thank you..!!