AEM Workflow: set user input values from workflow initiator to be available in approver view
- Have a use case in which a workflow initiator need to input some values for E.g - assignee user dropdown, move path field etc and trigger a workflow.
- This is already achieved by overlaying the timeline nodes and adding custom input fields (overlayed apps path- /apps/dam/gui/coral/components/admin/timeline and /apps/dam/gui/coral/content/commons/sidepanels/timeline)
- Now the next part is to fetch these input values entered by the workflow initiator and show it in the inbox view for approver to approve the asset/page.
Though we have all user inputs saved inside the /var/workflow metadata path, is it possible to get this metadata path dynamically and fetch the user inputs inside repository and display in the workflow inbox view?
Does anyone have any sample examples to share this inbox view overlay?
