Hello,
Get object with data from content,
byte[] byteContent = content.getContent(); byteArrayInputStream = new ByteArrayInputStream(byteContent); inputStream = new ObjectInputStream(byteArrayInputStream); contentObject = inputStream.readObject();
Reply to this message by going to Community
Start a new discussion in jBPM at Community