Import .bos in tomcat bundle environment

1
0
-1

Hi

These days I studied something about Bonita feauters, and I ended up to build some little workflows. Now I want to share my results to my colleagues showing the functioning of my Bonita application without using the Bonita portal, using the tomcat bundle provided here

My concern is: how can I import the .bos file generated in bonita studio inside this environment? as superuser I don't see anything that allow me to import the file, but only xml files, and it's not so comfortable since I have many pages / forms and processes.

Thank you in advance

4 answers

1
+1
-1
This one is the BEST answer!

Hi,

A .bos can only be used in the Studio Environment.

In order to deploy your processes in your tomcat bundle environment, you must build your processes for deployment:
https://documentation.bonitasoft.com/bonita/2021.2/build-a-process-for-d....

You create a .bar file that you will deploy on your Runtime platform:
https://documentation.bonitasoft.com/bonita/2021.2/runtime/admin-applica...

HTH,

1
0
-1

Thank you. As I suspected there isn't a straightforward way to deploy a unique file.. it would be nice to have this feature, and allow at the same time to upload single processes or resources as it's already available.

1
0
-1

Thank you. As I suspected there isn't a straightforward way to deploy a unique file.. it would be nice to have this feature, and allow at the same time to upload single processes or resources as it's already available.

1
0
-1

Thank you. As I suspected there isn't a straightforward way to deploy a unique file.. it would be nice to have this feature, and allow at the same time to upload single processes or resources as it's already available.

Comments

Submitted by marielle.spiteri on Mon, 02/07/2022 - 23:44

Hi,

You can use the Engine API and create a project based on your needs:
https://documentation.bonitasoft.com/bonita/2021.2/api/engine-api-overview

For example, you can use:
https://javadoc.bonitasoft.com/api/7.13/org/bonitasoft/engine/bpm/bar/Bu...
https://javadoc.bonitasoft.com/api/7.13/org/bonitasoft/engine/api/Proces...

For a solution out of the box, I think it's the Enterprise Bonita Continuous Delivery Add-on that you are looking for :-) : https://documentation.bonitasoft.com/bcd/3.5/

Regards,
Marielle

Notifications