Hi all,
does anybody know if there is a chance to correctly pass in a collection with not initialized number or flag values into a code stage?
It seems that all values will be converted to their .NET defaults e.g. a not-filled number becomes 0 and a not-filled flag becomes 'False'.
The reverse transfer (out of the code stage) works properly. Set a DataTable field to DBNull.Value appears as not-filled in BluePrism!