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
Setup:
I have a state machine that contains a concurrency container. This container has an outcome called preempted. The root state machine does not contain such an outcome.
Error:
Once the concurrency container reaches the outcome preempted, the whole state machine terminates, even though it should transition to another state.
This is the terminal output:
Behavior execution finished with result preempted.
FlexbeOnboard._behavior_execution]: --- Behavior Engine ready! ---
The text was updated successfully, but these errors were encountered:
Setup:
I have a state machine that contains a concurrency container. This container has an outcome called preempted. The root state machine does not contain such an outcome.
Error:
Once the concurrency container reaches the outcome preempted, the whole state machine terminates, even though it should transition to another state.
This is the terminal output:
The text was updated successfully, but these errors were encountered: