내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

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 채택된 해결책 개

Avatar

정확한 답변 작성자:
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") %>"

원본 게시물의 솔루션 보기

5 답변 개

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

정확한 답변 작성자:
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.