Defining Customized form for case instantiation

1
0
-1

Hello,

Is it possible to define a form for starting a case in bonita? In general to start a case, the actor who have initiator permission can login into portal and start a case by clicking on "Start" button in Apps tab. But we want to allow the case initiator to submit the form, and if the data is valid then case should be instantiated.

The idea is to start a case by submitting a form instead of clicking on a simple "Start" button. Does bonita provide ability to plug a customized form to start a case?

Bonita version: 6.3.7 OS : Windows

Thanks, Hari Alla

1 answer

1
0
-1
This one is the BEST answer!

Yes case start forms exist in Bonita.

You just need to select the process pool (process outer rectangle shape in Studio) and go to "Details" panel > "Application" tab > select "Pageflow" > click on "Add".

Process instance (i.e. case) will only be created once you submit such form.

Note that you will still need to go in Bonita Portal -> Apps menu -> click on Start button. It's only once you clicked on start button that you will get the form I mentioned above.

If you want to skip all that, if you use our Subscription version, you can use " custom pages " feature. If you are on community you will need to build a custom web application and call Bonita Engine API.

Comments

Submitted by halla1 on Wed, 10/29/2014 - 08:27

Excellent. This is what we are looking for. Thanks Antoine for the quick response.

Notifications