🔒 ONES Camunda
Suitable Enviroment | SaaS |
Private Deployment |
ABILITY DESCRIPTION
This ability has not yet been disclosed to the outside, so it is private.
Requirements​
ONES | @ones-op/node-ability |
---|---|
v6.1.3 | v0.12.0 |
Overview​
The plugin obtains configuration of ONES Camunda
through the SDK provided by this ability , allowing it to use Camunda API
to call internal Camunda services.
Usage​
Step 1: Add ability​
1. Select the ability.​
Execute the npx op add ability
instruction under the root directory of the plugin project, and select: camunda@1.0.0
.
2. After the execution is completed, the plugin.yaml
configuration will be automatically updated and a module template file will be generated.​
-
A new configuration will be added under the abilities attribute. The configuration is as follows:
config/plugin.yamlabilities:
- id: TJFPVK8y
name: camundaApi
version: 1.0.0
abilityType: Camunda
Step 2:Installation dependency​
Enter the /backend
directory of the plugin project, and execute the following command for dependent installation:
npm i @ones-op/node-ability