Currently, saga instances and data are serialized using a binary format and stored in a column in the saga store table which makes them "opaque" and less developer friendly.
Need to evaluate whether we can map saga instances to dedicated tables (using an ORM) to provide more visibility.