Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Camunda

Camunda is a workflow and decision automation platform. It's similar to Openedge BPM.


Current Camunda Akioma Environment is: https://camunda.akiomacloud.de/

The installation was done as docker image on our docker server. Current user: "demo" password is our common password.


For the Camunda integrationwe used their REST API, which allows end users to quickly create/delete/fetch tasks/processes etc.

For more info regarding the Camunda API see: https://docs.camunda.org/manual/7.3/api-references/rest/


Kinvey Console

Current Akioma Kinvey console URL: https://kvy-eu3-console.kinvey.com/

From here, you can view/edit applications, services, custom endpoints/functions and test kinvey collections.


Kinvey Configuration


Kinvey Profile Configuration File

First, make sure kinvey cli is installed on your machine. If not, you can use the following command: npm install kinvey-cli

When deploying the Kinvey service locally, you need to have a config file in the current folder from which you are deploying the service. The file name will be '.kinevy'. This will be configured using the kinvey init command.

Once you run this command, you will need to supply your kinvey console credentials and the Kinvey instance ID (optional - in our case this is kvy-eu3).

Alternatively, if you already have a profile configure, you can use it with the command kinvey profile use.


Pasoe Config

In order to connect the application to to Kinvey, we need to set 3 session properties in the pasoe-config.xml file from the ofr-config project: kinveyAppSecret, kinveyInstanceId, kinveyAppKey.

The above 3 properties can be found by selecting an environment within a Kinvey App and clicking on the 3 dots:


After you set the properties in the file, restart the PASOE.


Kinevy Service/Functions

Kinvey Create/Deploy Service

Kinvey Collections

Kinevy DSO Setup

Kinvey Custom Endpoints

Kinvey Calling the Custom Endpoints

  • No labels