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

  • No labels

1 Comment

  1. 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.