I am working on a change to extend AEM Touch UI inbox by adding a new column and show payload in table like we do in Classic UI. I know payload can be accessed by selecting item and click on view payload but requires couple of extra mouse clicks.I have not been able to find any helpful information r...
I am wondering why this solution is flagged as accepted solution because it does not handle the scenario when delete button should be available for unpublished pages, removing delete action would make it unavailable irrespective of whether page is published or not.
Hi @Vijayalakshmi_S,Thank you for investigating further and I concur with your findings, but workflow, WorkflowData and WorkItem all use same MetaDataMap class instance and while for Workflow and WorkflowData MateDataMap adding array value to map is persisted correctly, it doesn't work same way for ...
Thanks,This post is showing as solved, I don't remember marking the question as solved.Did it happen because I replied to your post?I think we should keep status as unresolved so that people know correct status and respond.
Thanks Hamid,We are following most of things outlined in this article, My situation is a specific case where we have simulate user inputs to dialog step that are generally stored with workitem metadata map.Please see my response to other post for implementation.This scenario in not covered in docume...
Hi,We have a custom workflow for content activation governance where we are already following the best practices.This workflow has a dialog step where user provides certain information that decides how course of approval and activation flow will take place. So the data user provides in dialog is sto...
Hi,I am writing a custom workflow process step where I need to save an array of values into workitem metadata map, that will be used later by subsequent steps by reading through history.Interestingly when I add an array or List object to WorkItem Metadata map, it is not persisted in workitem/metadat...