Skip to content

Provide canonical example of using record types for state #226

Description

@Krever

Current examples assume each different workflow state is defined as a dedicated case class. This works but is a bit heavyweight. An alternative would be to use extensive records, where new data can be added on top of the previous state.

We should research possible approaches (named tuples, external lib, custom solution) and decide on the recommended one. And then document it explicitly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions