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/metadata node whereas normal string/boolean variables are persisted in WorkItem metadata node.
I am able to save array or list object as property to Workflow and WorkflowData MetadataMap but it's just not working with workItem metadata map
workItem.getMetaDataMap().put("key", Value);
where Value is an array of String
I will appreciate any help on this.
Thanks,
Pankaj