Circular transitions do not work #250
luilliarcec
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I really don't know if this is a bug or something expected.
For my use case I have 4 statuses, Entered, Working, Paused, Completed.
At some point in the job, you need to switch to paused for A or B reason, but once the issue is resolved, that pause ends and you go back to working.
That circular transition has no effect when using the
transitionTo
function.Here is my example:
Working
toPaused
andPaused
toWorking
It seems that by defining a circular transition these are cancelled out.
Beta Was this translation helpful? Give feedback.
All reactions