Installing Kogito BPMN plugin for Chrome

Let’s see in this quick drill how to install the Kogito BPMN plugin for Chrome. At the end of it, we will be able to edit BPMN files directly from a Github repository

Installing Kogito plugin for Chrome is quite simple.

  • First off, download the plugin latest version from: https://github.com/kiegroup/kogito-tooling/releases (scroll at the bottom of the page)
  • Unzip the plugin
  • Open Chrome extension page (Simply type “chrome://extensions/” in the URL).Enable “Developer mode” (top right corner switch) as you can see from this picture:

kogito plugin install

  • Click “Load unpacked” and point to your extension directory called “dist”

install kogito plugin for chrome

Using Kogito Plugin

Now, you can use Kogito plugin to edit BPMN files directly from GitHub. Try opening any project which contains a valid BPMN file and choose to Edit the file:

install kogito plugin for chrome

As you can see, the BPMN Editor kicked in, and you can commit directly the file on GitHub in one shot!


Recommended Articles

Mastering BPMN 2.0: A Comprehensive Guide for Enterprise Java and Cloud-Native Developers

Learn the essential features of BPMN 2.0, a public standard by OMG. #BPMN #Java #CloudNative #EnterpriseJava

Deploy Activiti BPMN Platform on JBoss AS 7 with MySQL Database - Tutorial

Learn how to install, configure, and deploy Activiti BPMN platform on JBoss AS 7 using MySQL database. Includes step-by-step guide for beginners.

How to Open and Edit BPMN 2.0 Diagrams Using Kie Sandbox Online Tool

Learn how to open and edit BPMN 2.0 diagrams in real-time with the Kie Sandbox online tool. #KieSandbox #BPMN20 #JavaDev #CloudNative #Middleware

Design and Run Simple BPMN Processes with Activiti Core in Java

Learn how to design simple BPMN processes using Activiti Core in a Java application. Includes installation of Activiti Process Designer.