@vishnukumar_gr, process variables has char limit to 4k. If your variables exceeds this limit you have to send your process variable as a serialized object or byteArray(ByteArrays are stored as large object types) to the engine.
@vishnukumar_gr, process variables has char limit to 4k. If your variables exceeds this limit you have to send your process variable as a serialized object or byteArray(ByteArrays are stored as large object types) to the engine.