
Rather than copying data over to Flowable you can also reference data. Therefore, Flowable supports Data Objects. Data Objects store a reference to the data and will query the data once it's needed. This ensures that the process runs always with the most up to date data when the execution is done.


