Develop an app without the portal

1
0
-1

Hello, I am facing a problem while creating a really simple app. Here is the idea :

I would like to simulate an operator in a factory, each of his tasks would be given by the app, and when he realizes one, he checks it in the given form, and then the app gives him the next tasks to realize etc.

My main goal is to have a basic interface, really easy to use. But I can't find how to pass from one form to the next one without passing by the Bonita Portal. Could anyone help me please?

Thank you for your answers,
Martin Bouillot.

1 answer

1
0
-1

As I answered on your French version of this post the issue is related to the asynchronous execution triggered after a task is submitted.

Solution involved a custom widget that will poll Bonita Engine using REST API in order to identify if a task is available for the currently logged in user in the same instance of process that he just submit a task for. Such solution was developed for previous version of Bonita but has not been actively maintained. You might want to try to update it.

Notifications