Reply To: Integration with NC FSM

FlowCanvas Forums Support Integration with NC FSM Reply To: Integration with NC FSM

#3564
Gavalakis
Keymaster

Hello again Tomas!

Indeed, each FSM State can be a sub-FlowScript, instead of a normal Action State. Because by design each graph is serialized and stored separately as an asset, it is true that for each FSM State that you’d like to be modeled with a sub-FlowScript, a FlowScript asset graph has to be created.

Regarding your questions:

1) Do you mean attach a FlowScript asset on an existing Action State so that it runs like an action, instead of having to create a sub-FlowScript State node and attaching the FlowScript there? ( it’s not possible right now, but is that what you mean? )

2) The sub-FlowScript State node has 2 parameters in its inspector called “Success Event” and “Failure Event”, which are triggered repsective if the sub-FlowScript ended in success or failure (via the “Finish” node).  Here is the related Documentation.

Regarding returning a value from the sub-FlowScript back to the FSM, this can be achieved by mapping the variables of the FSM to/from the variables of the sub-FlowScript. Please see the documentation regarding variables mapping here.

 

Please let me know if that is what you meant (maybe I misunderstood your question).

Thank you.

Join us on Discord: https://discord.gg/97q2Rjh