Expand my Community achievements bar.

SOLVED

Error while completing dialog participant step which only stores data to work item

Avatar

Level 2

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

1 Accepted Solution

Avatar

Correct answer by
Level 2

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") %>"

View solution in original post

5 Replies

Avatar

Level 10

Kunwar​ - any idea here if this is fixed?

Avatar

Level 2

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") %>"

Avatar

Level 10

I have not heard back. Have you found a workaround.

Avatar

Correct answer by
Level 2

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") %>"

Avatar

Employee

I checked, the issue is product issue CQ-49206 which is fixed in AEM 6.4.