Thanks all! I was able to figure it out.
Hi! I'm new to QP. In my application I am using the QP framework, with a linked class I'll call Widget. After initial transition I'll enter the first state. In this state (perhaps as part of initial transition?) I'd like to call a bool method in Widget then transition to one of two downstream states based on this boolean. I've tried various things in QM but haven't quite nailed this. Since QP is signal based, should said method in Widget Itself send a signal back to QP based on the outcome of the...