Hi All,
I am getting issue org.apache.sling.servlets.post.impl.operations.ModifyOperation Exception during response processing while storing the values to Workitem in dialog participant step and found that its a bug. I dont see this issue fixed in Bug release notes. Any idea whether its resolved in 6.3 or 6.4?
Error during completion of workflow dialog participant step | AEM 6.0, 6.1, 6.2
Solved! Go to Solution.
Views
Replies
Total Likes
This worked for me to save values in workitem.
By overriding /libs/cq/inbox/gui/components/inbox/dialoginjection/render/render.jsp i can able to save values in workitem.
Change:- data-payloadpath="<%= xssAPI.getValidHref(workitem.getWorkflow().getId()+"/data/metaData") %>"
Views
Replies
Total Likes
Kunwar - any idea here if this is fixed?
Views
Replies
Total Likes
By overriding /libs/cq/inbox/gui/components/inbox/dialoginjection/render/render.jsp i can able to save values in workitem.
Change:- data-payloadpath="<%= xssAPI.getValidHref(workitem.getWorkflow().getId()+"/data/metaData") %>"
Views
Replies
Total Likes
I have not heard back. Have you found a workaround.
Views
Replies
Total Likes
This worked for me to save values in workitem.
By overriding /libs/cq/inbox/gui/components/inbox/dialoginjection/render/render.jsp i can able to save values in workitem.
Change:- data-payloadpath="<%= xssAPI.getValidHref(workitem.getWorkflow().getId()+"/data/metaData") %>"
Views
Replies
Total Likes
I checked, the issue is product issue CQ-49206 which is fixed in AEM 6.4.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies