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
I am currently declaring two outcomes called 'finished' in a behavior such that i can make the behavior state machine look a lot neater ( i.e. insuring transitions lines aren't overlapping states, etc). However, when i go to embed this behavior i will have to handle both of these 'finished' outcomes.
It would be neat if flexbe_app could realise that two of the outcome names are the same, and internally link them together such that when embed the behavior you only have to handle/ link one of the outcomes.
Would doing something like this make sense?
The text was updated successfully, but these errors were encountered:
RhysMcK
changed the title
Suggestion: Multiple Outcome Icons in editor for 'Finished'/'Failed'
Suggestion: Linking of outcomes with the same name.
Feb 26, 2019
Not sure if this might be a bit confusing sometimes, but I see your point. There is also the option "fade outcomes" to make the transitions to outcomes less dominant.
I am currently declaring two outcomes called 'finished' in a behavior such that i can make the behavior state machine look a lot neater ( i.e. insuring transitions lines aren't overlapping states, etc). However, when i go to embed this behavior i will have to handle both of these 'finished' outcomes.
It would be neat if flexbe_app could realise that two of the outcome names are the same, and internally link them together such that when embed the behavior you only have to handle/ link one of the outcomes.
Would doing something like this make sense?
The text was updated successfully, but these errors were encountered: