You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use $workflow->apply($signature, 'send_code') the SendCode transition is called but after that it automatically call the next onGuard event on Sign (the next transition). And it throw an error because of the code inside the Guard ... That's create beacause my logic is working but I don't want the sign transition trigerred just after the code_send
It seems to be the apply() function which test each transition guard and dispatch them.
Do you have any idea what is happening ?
The text was updated successfully, but these errors were encountered:
Hey guys !
I'm working with Workflow 4.4.16 (SF 4.4), here is the workflow declared in the workflow.yaml file.
Issue
When I use $workflow->apply($signature, 'send_code') the SendCode transition is called but after that it automatically call the next onGuard event on Sign (the next transition). And it throw an error because of the code inside the Guard ... That's create beacause my logic is working but I don't want the sign transition trigerred just after the code_send
It seems to be the apply() function which test each transition guard and dispatch them.
Do you have any idea what is happening ?
The text was updated successfully, but these errors were encountered: