Problem:
I create a model plugin and add some model callbacks to it. Then I want to access those model callbacks from my client file. I have to now add them to the process model so they show up in the list when I go to add callbacks. I get that I can add it as a blue sequence and it will work However, that is confusing to other developers if they don't know the plugin has the callback in it. It is painful to change the process model every time I create a new plugin because the process model could be used on hundreds of machines whereas my plugin may only be needed for 1 or 2 machines.
Solution:
Option 1: Show all callbacks from any plugins in the callback dialog list
Option 2: create a configurable list of model callbacks. Basically add any sequence files marked as model to the list and it will show all the callbacks from the sequence files in the list to the client, unless it cannot find the file in any search directory. Then it wouldn't show.
Option 3: From the add callback dialog allow the user to browse to a sequence file which contains model callbacks
I think adding this functionality will greatly help in making the plugins more abstracted from the process models. Just saying.
Cheers,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.