jplane / DurableStateMachines

Bringing the power of hierarchical state machines to a .NET Core runtime near you.
MIT License
10 stars 2 forks source link

Implement fluent object model for metadata #9

Closed jplane closed 3 years ago

jplane commented 3 years ago

There are abstractions for defining state chart metadata here.

There's an XML-based implementation that adheres to the SCXML spec here.

XML kind of sucks :-) so it would be nice to implement a fluent object model for defining metadata.