Although it is possible to do so, It is better to save your data in a DB table and transfer only a key to the workflow. you can then create an attribute or a method to get the necessary data to the workflow if needed. this way the data will also be available for easy reading (you can't read the container DB table directly) and will take less space in the DB.
↧