Skip to content

Latest commit

 

History

History

url-viewer

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

bpmn-js Url Viewer Example

This example uses bpmn-js to implement a simple viewer for BPMN 2.0 process diagrams that can be loaded via their URL.

Try out.

About

The demo includes the pre-packaged BPMN viewer. It allows the user to input a url to fetch a process diagram from.

demo application screenshot

Make sure you serve the application via a web server (nginx, apache, embedded) and ensure that the diagrams you want to access are either on the same server or CORS enabled.

Run the Example

Download and open the example HTML page.