-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Labels
featureNew feature or requestNew feature or request
Milestone
Description
States with auto transitions are sometimes not interesting to the user, it should be possible to filter them (essentially without having to know explicitly which states have an auto transition):
SubscribeToStateChange([](auto state){
if (HasManualTransition(state)) {
// ...
}
});Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or request