Cristalise 5.2.0 Restapi To Store Binary Attachment


Image post

Written by Zsolt Kovacs

14 Apr 2020

The new version (5.2.0) of the CRISTAL-iSE has been released implementing RastAPI to store binary attahment of outcome

This version was sponsored by Titus GT

New features:

restapi

  • #325: Implement requestBinaryTransition() restapi endpoint to store Outcome with binary attachment

Breaking Changes:

For this feature the Event and the OutcomeAttachent tables were extended with one field, namely HAS_ATTACHMENT and FILE_NAME respectively. The feature can be disabled in order to avoid database migration be setting these system properties to false:

JOOQ.Event.enableHasAttachment=false
JOOQ.OutcomeAttachment.enableFileName=false

Tags : CRISTAL-iSE Release 5.2.0