Error while completing dialog participant step which only stores data to work item | Community
Skip to main content
May 30, 2018
Solved

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

  • May 30, 2018
  • 5 replies
  • 2062 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by chinnainturi

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

5 replies

smacdonald2008
May 30, 2018

Kunwar​ - any idea here if this is fixed?

June 1, 2018

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

smacdonald2008
June 4, 2018

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

chinnainturiAuthorAccepted solution
June 4, 2018

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

akhoury
Adobe Employee
Adobe Employee
June 4, 2018

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