Hi Scott,Thanks for your response. I tried that but I am not sure what to give in Xpath.I am using asset.getAssetMetadata().getProperty(XMPPath path, <T>class). Could you please explain how we can get the Xpath of a particular metadata property?
Hi ,I am also not able to store dialog value in workitem metadata. Can u pls share what code you have changed in render.jsp to store dialog value in workflow workitem.
Hi Scott,Thanks For your reply. Yes you are right 2nd step is a custom process step which retrieves the value saved in payload JCR and saves it in workflow instance metadata. I was referring this link Scheduled activation with workflows – Adobe AEM Club for developing my workflow. In OOTB schedule ...
Hi,I am creating a custom workflow which has the following steps in AEM 6.3 :-1.Dialog participant Step --> This helps user to choose the Activation Date.2. Process Step --> It saves the date selected in above step as "absoluteTime" in metadata of the workflow instance.3. Participant Step --> Here I...
Can't It be done through workflow process step? I found this step somewhat easier Scheduled activation with workflows – Adobe AEM Club but not sure how we will read the value of dialog in process step. Can you please give me some code reference?
In dialog participant Step I am assigning a participant as well as having a dialog of date picker. Participant assigned in this dialog step need to choose a date which will schedule the activation of the date provided by the participant. Attaching the workflow model. In the second dynamic participa...
Hi,I am developing a workflow for scheduled activation which have a dynamic participant step and it has a custom field for choosing the time for activation. How can I store the user specified time and then activate the page at that time.
Hi,I want to restrict the AEM page to be subjected to workflow to only once. Means if I have started the workflow for a particular page I should not be allowed to start any other workflow until the workflow is completed/aborted. I can see this is happening in classic UI by default but in touch ui I ...