Can bonita expose a service to external systems?

1
0
-1

Can bonita expose a service to external systems?

BOS Version - 5.9.1

1 answer

1
0
-1

Hello, Bonita natively has API that is exposed, in Java, EJB or REST. This means that you should be able to acess to it through REST from your external systems. Documentation for v6 is here, and for v5 is placed here . By the way, current version of Bonita BPM - 6.3, brings many new features and it would be good for you if you could migrate to it, instead of using 5.9. Hope this helps, Haris

Comments

Submitted by kamalhasan on Fri, 06/13/2014 - 13:01

Yes it is true that Bonita exposees it's engine to external system through different API but my query is whether bonita can expose a custom written code/service to external systems as a web/rest service?

Submitted by haris.subasic on Mon, 06/16/2014 - 10:34

You can write your own code/service as a Bonita custom connector, put a call to this connector on an activity of your process and then run this process (or execute this activity) using Bonita REST API from an external system.

Notifications