Region Plug-In for Oracle Application Express to display BPMN Diagrams.
Display a BPMN diagram based on XML pulled from any valid region source.
Includes various options to visually highlight process state.
Also allows switching between simple viewer or navigated viewer.
This Plugin is released under MIT license, which means it is free to use in commercial or private projects.
Commercial support is available via our Online APEX Support.
A demo of this Plug-In is available in the Order Shipment Demo Application.
The Order Shipment Demo Application is available for download as part of Flows for APEX.
Flows for APEX enables you to also model your processes and includes a runtime engine for BPMN based flows.
Import the plugin file region_type_plugin_com_mtag_apex_bpmnviewer_region.sql into your application.
- Import the plugin file
region_type_plugin_com_mtag_apex_bpmnviewer_region.sqlinto your application. - Deploy the files found in the
src/cssandsrc/jsfolders to your Webserver. - Change "File Prefix" in plugin to match the deployment location.
- Install the PL/SQL Package using
src/plsql/install_pkg.sqlor by running the.pksand the.pkbfile. - Prefix the default values in
Render Procedure/Function NameandAJAX Procedure/Function Namewithmtag_bpmnviewer..
If you installed the package in another schema than the parsing schema of the application add schema as prefix.
E.g.:mtag_utils.mtag_bpmnviewer.renderandmtag_utils.mtag_bpmnviewer.ajax