cancel
Showing results for 
Search instead for 
Did you mean: 

ExecutionListener and access to ScriptNodes

ungawunga
Champ in-the-making
Champ in-the-making
When writing listeners and webscripts in jaavscript, there's quite a few objects the developer has access to in order to manipulate the scriptnodes and the workflow. Example: bpm_package, companyhome, search, model, etc…

In writing a Listener in Java, how do you get access to these objects? I've been looking through the documentation and haven't found anything yet. I've also started looking through the JPotts advanced workflow examples, but haven't found when I need yet. Are there examples out there I can look at? Is there documentation I'm missing?

Thanks
1 REPLY 1

ungawunga
Champ in-the-making
Champ in-the-making
Nevermind. I should be using TaskListener instead as the interface. Nothing to see here…