Reply To: Multiple Start states and FC graphs as transitions in FSM?

FlowCanvas Forums Support Multiple Start states and FC graphs as transitions in FSM? Reply To: Multiple Start states and FC graphs as transitions in FSM?

#2554
elvisish
Participant

Thanks for the prompt reply! I have seen the parallel states, but unfortunately I don’t think they can use flowcanvas graphs? I’m doing as much as I can with flowcanvas graphs (using the bridge), and I’d need a parallel flowcanvas graph, can this be done?

It would be great to use a flowgraph as a transition, then I could use something like this for the transition, that performs a flow of one-off events, then flows into an empty state:

Here, I set a var at the end of the trigger flow and used a conditional task to “kill” the FSM to an empty action. The better way I’m doing it is like this:

Checking for the trigger as a conditional task and doing the one-off instead the dead states On Enable:

It would be handy if a flowgraph could be used for the transitions, then I could just set an onFinish inside it and change state, and it would be really easy for for Bolt users to switch over to.

Thanks again!