Resolved! When I am trying to create a process instance by passing some variables, where a variable is an array of JSON - I am getting an exception saying that "couldn't find a variable type that is able to serialize" . Any suggestions on this please ?
while creating a process instacne using runtimeService.startProcessInstanceByID(processDefinitionID,processVariableMap) where one of the variable in the map is like below[{"taskTitle":"Fund Manager Review","FundName":"BlueChip Fund"}]I am getting an ...