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 workitem. However if you create a dialog step and add
a mutlifield then values of multifield are saved as String[] in WorkItem
metadata in history. And because of this all subsequent wokflow steps
are...