Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Hi all,
I'm integrating joget in the company's portal and I would need to catch when an assignment is completed, to refresh the integrated inbox for example.
I saw that the complete task button calls a assignmentComplete('') function, is it a way to define a callback function of mine instead ? (what is the string argument used for anyway ?)
Is there any other way to do that ?
thanks,
Antoine
1 Comment
Damien Ng
Please refer to JavaScript API
You can pass in an URL as the 3rd parameter, to be redirected after the assignment is completed.
Unfortunately, it doesn't support function callback.