Skip to content

Add data storage methods and custom serializers

Compare
Choose a tag to compare
@deanishe deanishe released this 08 Aug 20:30
· 475 commits to master since this release
  • Add new Workflow.store_data(name, data) and Workflow.stored_data(name) methods.
  • Add SerializerManager to enable custom serialization formats for stored and cached data.

Implements #17