Inherited flow doesn't work when returning to a sub-flow.
Scenario:
* Abstract flow definition of global menu transitions.
* Flow starts then triggers a subflow.
* Menu clicked when in subflow (results in error 'No transition found on occurrence of event')
* Adding the GT transition (which should of been inherited) into subflow-state resolves the problem but defeats the point sadly.


Reply With Quote