Skip to content

Expose InternalTransitions with an Event Handler #377

@juliusl

Description

@juliusl

Feature request (copied from draft PR)

In one of my projects I use System.Reactive to drive parts of the state machine. I find InternalTransitions useful for a bunch of discrete steps you'd like fine-grained control on, but that do not represent a super state. I noticed in the current implementation these transitions are not exposed to the OnTransitioned handler, which I find reasonable as they do not represent a transition.

However, it would be useful to expose them in a way so that you could use RX to drive the state machine using internal transitions as well as normal transitions.

I added a draft PR for discussion and review.

#376

Thanks,

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