Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Sometime you may found that your plugin may need to make an AJAX call to retrieve data from an API that not come default with Joget Workflow v3. So, normally you will need to write a Servlet or Web Service to handle the call. In Joget, our plugin architecture provided an interface to enable you implement your Web Service in plugin.

...