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.sql
into your application. - Deploy the files found in the
src/css
andsrc/js
folders to your Webserver. - Change "File Prefix" in plugin to match the deployment location.
- Install the PL/SQL Package using
src/plsql/install_pkg.sql
or by running the.pks
and the.pkb
file. - Prefix the default values in
Render Procedure/Function Name
andAJAX Procedure/Function Name
withmtag_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.render
andmtag_utils.mtag_bpmnviewer.ajax