Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
...
Name | Mandatory | Description |
---|---|---|
appId | Yes | Application ID (e.g. leaveApp) |
appVersion | Yes | Application Version (e.g. 2) |
pluginName | Yes | Plugin Class Path (E.g. plugin/org.joget.apps.userview.lib.InboxMenu) |
Sample Call
http://localhost:8080/jw/web/json/app/*leaveApp*/*2*/*plugin/org.joget.apps.userview.lib.InboxMenu*/service?action=getProcesses
Sample ResultResul
Code Block |
---|
[ { "value":"", "label":"" }, { "value":"leaveProcess", "label":"Leave Process (leaveProcess)" } ] |
...