Was this helpful?
Object Token Types
To support the passing of arbitrary data in tokens, DataFlow provides a parametrized token type, the object token type. Unlike other scalar token types, object token types cannot be implemented using Java primitives and require the passing of object references. Therefore, it is important that the objects passed are not modified subsequent to being set upon an object field. Otherwise, unpredictable behavior could result.
Last modified date: 01/06/2023