Important
Disclaimer: This is a Community Prototype and is not an official Camunda product. This is a project for testing. It is built for learning and experiments.
Usually, if you want one process to talk to another in Camunda 8, you have to write custom code. This connector will make this easy, now you can manage diagrams directly.
- Start Process Instance: Automatically start a new process by using its ID.
- Cancel Process Instance: Quickly stop a running process if it is no longer required.
- Complete User Task: Finish a task programmatically without needing a human to click a button.
- Resolve Incident: Fix process errors and get them moving again automatically.
Important
Future Plan
Currently these features are in prototype stage. If this connector is helpful to the community, I plan to:
- Add more operations in future.
- Improve currently listed operations if the community finds this connector helpful.
If you have ideas or feedback, please let me know!
In this example we will start our 'target' process by our connector without writting java code
First, make a simple process that you want to start. In this example, we use the ID "target-test-process". Make sure to click Deploy to send it to Camunda.
Now create a new process, add a task and change it to the C8 Orchestrator. This task will act as the trigger to start your target process.
Enter your Cluster ID, Region, and API credentials. It is best practice to use secrets to keep your information safe.
Choose Start Process Instance and enter the ID of the process you made in Step 1 (target-test-process). You can also send data to that process using the Variables field.
Deploy and run your orchestrator. In Camunda Operate, you will see that the orchestrator process has finished its job successfully.
Finally, check the Target process. You will see it was started automatically by the connector, and you can even see the data we sent in the variables.
- Build: Run
mvn clean installin your terminal to generate the connector. - Template: Find the JSON file in the element-templates/ folder.
- Upload: Open Camunda Web Modeler, go to Element Templates, and upload that file.
This connector works with both Camunda 8 SaaS (Cloud) and Self-Managed versions. Just enter your connection details and you are ready to go.
This project is shared under the Apache 2.0 License.





