Hi,

I have been working on improving the overall performance of my Joget application (and have already gone through the Deployment Best Practices). One thing that has been noticeably slow in my application is the processing after a user clicks the "Assignment Complete" button. The user that completed the form must then wait until all of the assignment complete actions (executeTool, processVariable, assignmentAccept, etc.).

Is there a way to make all of these actions asynchronous tasks so that upon clicking "Assignment Complete" button, the user is brought directly back to their Inbox instead of waiting for the actions to return?

Thanks!

Nick

  • No labels