User Assignment in Custom Workflows
Hi,
i created custom workflow and assigned newly created user to work Item.During testing I am getting Exception in logs states that
com.adobe.granite.workflow.WorkflowException: Cannot add WorkItem to nobody's inbox at com.adobe.granite.workflow.core.jcr.WorkItemManager.addWorkItem(WorkItemManager.java:125) at com.adobe.granite.workflow.core.jcr.WorkItemManager.addWorkItem(WorkItemManager.java:98) at com.adobe.granite.workflow.core.job.JobHandler.process(JobHandler.java:133) at org.apache.sling.event.jobs.JobUtil$1.run(JobUtil.java:365) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Caused by: javax.jcr.ItemExistsException: node2_etc_workflow_instances_2015-08-11_model_106121726446863
It is not properly assigned to the user.Verified under respective user inbox.
I created user under workflow-users group which will be the built-in group of AEM having access to create/modify/delete under workflow folder.Please guide me how to proceed with this.
About Work Item: I created project Task component under workflow and assigned to new user.
Thanks!
Kirithi