integration Bonita

Hello

Can i put a bonitasoft projet into a web projet ( php ).

Thank you

Hammami raouf

 

Hi, the quickest way is to use iframe with form links:

http://documentation.bonitasoft.com/accessing-bonita-bpm-portal-and-forms-url

Have fun. Gabriel

Thank you Gabriel 

But i just creat a simple process and i wanna integrate it in my php application.

Thank you

Raouf 

Hello Hammami, depends what you want to achieve. Do you want to display Bonita forms (or start a process) in your PHP based web site? Gabriel.

Hello Raouf, what you mean by 'integrate'? Integration may have multiple levels.  if you just want to start a new process from your site, indeed the simplest way is to use iframe. Copy the link you get from the browser when you start the process, just change parameter (mode=form). Use this form in your iframe. Indeed, you need to make the Bonita BPM portal available to end users (http://localhost:8080 won't help :P). Gabriel

Thank you,

I will explain to you what i want, i just creat a simple form on bonitasoft. and i have my own php website,  i try to find if it's possible to add  this form into my php website (if i can integrate this form into my web application).

i try to export the process but it dosn't work.

Help pls

Raouf

 

Hi Raouf, to display forms from Bonita BPM, you need a running portal (a separate app server, see http://documentation.bonitasoft.com/product-bos-sp/example-installations). Forms are generated on the fly, they won't run as a simple PHP form. You may EMBED the form into your site using iframe or create your own forms and call Bonita e.g. through REST services. Gabriel

Thank you  Gabriel.

did you know how i found the .war of my projet in Bonitasoft 6.2

Raouf

 

http://documentation.bonitasoft.com/build-process-deployment#build_process and then import the .bar from the administration console

You can go for google.com made a lot of new information here