BPMN.io
UI Extension
BPMN.io provides web-based BPMN 2.0 diagram modeling and rendering with a standards-compliant viewer and editor.
Status
Planned
Supported Version
TBD
Licensing
Open Source
Priority
Rank #125
KEY FEATURES
BPMN 2.0
Diagram viewer
Diagram editor
XML import/export
Custom elements
Minimap
Overlays
Usage Example
Here's how you'll use BPMN.io with Oorian once the extension is available:
Java
// Create and configure BPMN.io component
BPMNio component = new BPMNio();
component.setWidth("100%");
component.setHeight("400px");
// Configure component options
component.setEnabled(true);
// Register for events using Oorian's event model
component.registerForEvent(this, BPMNioEvent.class);
// Add to your page
container.addElement(component);Note: This is a preview of the expected API. The actual implementation may vary slightly when released.