How to change the workflow inbox message payload path through a java class.?
Basically i have a custom workflow for which have a launcher to trigger the workflow on nt:unstructured node creation. But i want to show the payload in the workflow inbox till the page path not to the JCR:content node. ( i am trying to have a process step after the workflow start and change the payload path of the inbox message through the java class and for the next participant step the inbox message should appear till the page path) .. Any idea help to change the workflow payload path at runtime in an process step .?
Solved! Go to Solution.
Views
Replies
Total Likes
Overlay [1] & Implement a logic to change a url based on workflow model.
[1] /libs/cq/workflow/widgets/source/utils/InboxUtil.js
Views
Replies
Total Likes
I would start by researching the Workflow API for CQ 5.6:
https://dev.day.com/docs/en/cq/current/javadoc/com/adobe/granite/workflow/exec/package-summary.html
Sounds like you will also need to create a custom workflow step to get that the workflow data that you are interested in.
I will investigate on Mon if anyone has code that shows a solution for this use case.
Views
Replies
Total Likes
Overlay [1] & Implement a logic to change a url based on workflow model.
[1] /libs/cq/workflow/widgets/source/utils/InboxUtil.js
Views
Replies
Total Likes