Draw BPMN Diagram

Overview

The bpmn.js is a JavaScript library that allows you to embed BPMN (Business Process Model and Notation) diagrams in web applications. BPMN is a standard for representing business processes graphically, providing a visual notation that is easily understandable by both business and technical users.

The bpmn.js is built on top of the BPMN 2.0 specification and provides a set of tools and utilities for working with BPMN diagrams. With bpmn.js, you can create, view, and edit BPMN diagrams in a web environment. It supports rendering BPMN diagrams in various shapes and styles, and it provides an interactive interface for users to manipulate and interact with the diagrams.

Key Features & Functionality

Function: bpmnDiagramField()

By using this component the user can draw a BPMN diagram in the given work area and by clicking on the save button the diagram will be saved as bpmn or svg in the Appian Folder specified in the Document Management Connected System and the Document Id will be saved in the Diagram Id saveInto parameter.If you have to prepopulate the diagram use the default diagram parameter use bpmn format not svg.

Note: Use the Document Management Connected system to store and retrieve diagram from Appian Folder.

Anonymous