CenturyLinkCloud / mdw

https://centurylinkcloud.github.io/mdw/
MIT License
46 stars 10 forks source link

Sync activity throws NPE if process instances has string variable with empty string value #858

Open jbrojdeCTL opened 3 years ago

jbrojdeCTL commented 3 years ago

Starting with MDW 6.1.36, the SynchronizationActivity will throw a NullPointerException whenever the executing process instance has an initialized String type process variable containing an empty string (i.e "") due to a null pkg object for the variableInstance object.