ExecutionListener and access to ScriptNodes
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2013 09:56 AM
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
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
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2013 12:17 PM
Nevermind. I should be using TaskListener instead as the interface. Nothing to see here…