Hi,
What i'm tryin to achieve is pretty simple :
We are trying to use model plugins to allow our clients to enable or not the traceability of their products.
What I am thinking here is that our model plugins would verify that the UUT is ready to be tested in with our traceability system and if not, I would like to fail the sequence without executing the MainSequence but I want the loop to continue executing after displaying the FAILED Banner message window as it does from the MainSequence.
If I make a Post Action in PreUUT Model Plugin that calls the PostUUT sequence, It calls it and then comes back to where it was, executing the MainSequence like I don't want to.
The problem I am facing is that I can't seem to control those things from the model plugin (which is my goal) because the process model belongs to our client and I want to avoid modifying his things unless I'm obligated to...
I would like to figure out a way to do everything from my plugin so I can deploy as a whole my model plugin.
I would like to avoid having to change some things outside of the model plugin.
Is there any way to achieve my goal ?