Integrate Camunda 8 (Zeebe) with Oracle Apex 5.1

Hi Camunda community.

I’m new to Camunda and Apex, I want to integrate camunda 8 to Oracle Apex 5.1 and Oracle DB 19.

I have this example for Camunda 7 → camunda 7 and Oracle Apex, and I need to do the same for Camunda 8 with Zeebe.

With this new approach for camunda 8 (zeebe), need I to develop my own Rest API server client (for example with nodeJS and zeebe-node library), responsible for creating instance and job-workers and make a request from Apex to my nodeJS server?

Another approach that I think is possible to implement is to develop Java stored procedures and use the Java client for Zeebe and create an interface procedure for our Java procedure in PL/SQL, following this example → java stored procedures into oracle database.

What do you think of these two options?

Thanks in advance

1 Like

broken link → java stored procedures into oracle database.

They both sound great. Pick one.

If you have time or the inclination, try the other.

Write a blog post about your experience and what you discovered about the pros and cons of the approach(es) that you took.

Become legendary in a small niche on the internet.

If it were me, I’d go the Zeebe Node route, but that’s because I’m comfortable with that technology, and not so much with stored procedures.

Josh

1 Like

Thanks Josh.

For me I would try both options, and maybe a third one with CLI Client. But it’s not up to me :grin:.

We have to find out what is better to maintain in the future.

Thanks again, I will keep you updated with any news.

Renzo.