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