Hi,
I am trying to complete participant step through code from a scheduler. So I am getting service resource resolver with full read/write permission on repository. Then I am adapting to WorkflowSession. I am able to retrieve every data I need but at last step when I am trying to do workflowSession.complete(workitem, route) then I am getting exception that 'service-user' is unable to load '/var/waorkflow/instance .... ' .
Is there anything need to be configured to get this done?
Solved! Go to Solution.
Views
Replies
Total Likes
I have found the issue. Service user need to be added as workflow super user even though it had full read/write access to repository.
Views
Replies
Total Likes
Hi,
the exception that you are facing seems to be related to permission.
Have you checked if your service user has read and modify permission under /var/workflow path?
By the way, why do you need to make this execution? Probably, if you need to make some stuff automatically, you can create a copy of this workflow by removing the participant step.
Let us know.
Thanks,
Antonio
Views
Replies
Total Likes
I have checked the permission. It has full read, modify, create, delete, read ACL, write ACL, Replicate permission to complete repository.
Still its not able to read.
Using AEM 6.4
Views
Replies
Total Likes
One more important point is I am getting exception only when calling workflowsession.getroutes(workitem, true). Otherwise I am able to load workitem and access all its values.
This worlflowsession is resourceResoover.adaptTo(WorkflowSession.class)
Please let me know if I am doing anything wrong
Views
Replies
Total Likes
Hi,
can you share the full stacktrace?
Thanks,
Antonio
Views
Replies
Total Likes
I have found the issue. Service user need to be added as workflow super user even though it had full read/write access to repository.
Views
Replies
Total Likes
So, permission issue
Views
Replies
Total Likes
Views
Like
Replies
Views
Like
Replies