issues
search
looplab
/
fsm
Finite State Machine for Go
Apache License 2.0
2.86k
stars
312
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
event handling but keeps in current state
#111
helioaymoto
closed
2 months ago
1
self transitions result in no:transition
#110
UtkarshBhatthere
opened
3 months ago
0
Support for External State Storage and Reusability of FSM Instances
#109
heartical
opened
3 months ago
1
add introspection interfaces for some fsm errors
#108
NoobsEnslaver
opened
3 months ago
4
Fixed data race between Can() and Event()
#107
denisvaloha
closed
3 months ago
0
Add processNoTransitionStates property avoiding NoTransitionError when enabled
#106
silvasamuel
closed
5 months ago
1
Why does the following test produce a data race?
#105
Gtsiat
closed
3 months ago
2
Deadlock calling Event in after-event callback when current state == dst
#104
kuzmig
closed
9 months ago
4
Changing `Event.Dst` in before-event callback do not changing dst of transition
#103
naumov-andrey
opened
1 year ago
1
Deadlock calling `Event` in after-event callback when current state == dst
#102
naumov-andrey
opened
1 year ago
0
How to cancel a transition in callback?
#101
wenchaoliao
opened
1 year ago
0
Add a decorator for callback error handling
#100
sharmaayush358
opened
1 year ago
9
Callbacks for complex FSM
#99
zivsha
opened
1 year ago
2
Allow "No Transition"
#98
Bauxite-camcom
opened
1 year ago
1
Separate module path for the v1 releases
#97
sanojsubran
closed
1 year ago
0
Should cancelFunc be public?
#96
LucasChenPandaTW
opened
1 year ago
1
Using enum instead strings
#95
suntong
opened
1 year ago
0
race fixes
#94
eminden
closed
1 year ago
8
Add ability to delete from fsm metadata by key
#93
abramlab
closed
1 year ago
2
Fix the running error of the latest version of demo
#92
qwxingzhe
closed
2 years ago
0
Why fsm code not update to the latest version
#91
CmderQ
opened
2 years ago
3
fsm.Event(ctx, ...) not work properly with context.WithTimeout()
#90
qiulin
opened
2 years ago
2
add NewFSMFromTemplate
#89
sjqzhang
closed
3 months ago
3
Allow transitions in callbacks
#88
annismckenzie
closed
2 years ago
11
when I use SetState in a callback in a `before_<event>` => deadlock
#87
lzecca78
opened
2 years ago
4
Generics
#86
majst01
opened
2 years ago
12
Add linter and fix simple linter warnings
#85
majst01
closed
2 years ago
3
Highlight current state in Graphviz visualizer
#84
baw-benji
closed
2 years ago
3
Is this abandoned?
#83
frederikhors
closed
2 years ago
2
Add context to Event method, callback handlers and canceling an event
#82
annismckenzie
closed
2 years ago
14
add before enter state callback
#81
teckick
closed
1 year ago
2
callback error
#79
172478394
opened
2 years ago
4
Any plan for supporting UML state machine?
#78
Love-W-Z
opened
2 years ago
1
Fix test error description and add cancel transaction method
#77
suerta-git
closed
2 years ago
8
Can FSM.Transaction() accept a parameter to cancel the asynchronous transaction?
#76
suerta-git
opened
3 years ago
2
fix typo
#75
noneback
closed
3 years ago
1
fix: typo on comments
#74
noneback
closed
3 years ago
2
Testing FSM objects: reflect.DeepEqual fails when FSM attribute is set on an object
#73
nvjkmr
opened
3 years ago
1
Return errors as wrapped errors instead of a custom struct
#72
Luberry
opened
3 years ago
1
New Release ?
#71
TheBeachMaster
closed
3 years ago
2
How can I set a event from any Src state to a Dst state?
#70
luoxi001713
opened
3 years ago
1
How can I use callback to check before status transition?
#69
luoxi001713
opened
3 years ago
2
May I define the FSMs class dynamically through config file or database
#68
luoxi001713
closed
3 years ago
1
Support conditional transitions
#67
PWAlessi
opened
3 years ago
3
Fix / Use GitHub Actions
#66
maxekman
closed
3 years ago
0
mermaid: Use stateDiagram-v2 to beautify state diagram.
#65
atlas-comstock
closed
3 years ago
4
cant go back?
#64
yangQingYu123
closed
3 years ago
2
Support for metadata
#63
aman-sai
closed
3 years ago
7
Release
#62
ppussar
closed
4 years ago
2
Context in event handlers
#61
ilyakaznacheev
closed
2 years ago
2
Next