Hi All,
I am creating the custom workflow for activate/ Deactivte later workflow.
so i have created a custom workflow step, which added datetime widget to get the value from the author.
Now authors can select the date and time from the widget, but the value is not save in workflow metadata node.
could you please tell me how to save the value in metadata?
in addition
i have added NAME property in the dialog still the value is not save in metadata node
thanks in advance!!!
Solved! Go to Solution.
Views
Replies
Total Likes
It depends how you have specified the xtype in the dialog of workflow step.
If it is name property of widget in dialog is like ./jcr:content/propname then it gets stored on payload itself with the propname mentioned.
If you want to store it as part of metadata node of workitem then the name property of widget should be simply like - propname
for more reference see http://docs.adobe.com/docs/en/cq/5-5/workflows/wf-ref.html#Dialog%20Participant%20Step
- Runal
Views
Replies
Total Likes
It depends how you have specified the xtype in the dialog of workflow step.
If it is name property of widget in dialog is like ./jcr:content/propname then it gets stored on payload itself with the propname mentioned.
If you want to store it as part of metadata node of workitem then the name property of widget should be simply like - propname
for more reference see http://docs.adobe.com/docs/en/cq/5-5/workflows/wf-ref.html#Dialog%20Participant%20Step
- Runal
Views
Replies
Total Likes
Hi there,
Thanks for reaching out to Adobe Community.
Please go through the below articles and see if they help:
https://docs.adobe.com/docs/en/aem/6-0/develop/components/widgets.html
https://helpx.adobe.com/experience-manager/using/creating-custom-xtype.html
https://helpx.adobe.com/experience-manager/using/dynamically-updating-aem-custom-xtype.html
Thanks!
Views
Replies
Total Likes