Flows for APEX 21.1: what's new
Flows for APEX is an extension for Oracle Application Express (APEX) that lets you model and run processes based on the BPMN 2.0 standard. This blog article will address some of the key features introduced with version 21.1.
Setting process variables before and/or after each step
Restart failed tasks
More engine app enhancements
- Use of keyboard shortcuts in the modeler (copy, paste, save)
- Layout adjustments to support different screen sizes
- Bulk export/import of models
- Export of a model or an instance as SVG
Process plug-ins for a true low-code experience
Next to the existing region plug-in “Flows for APEX viewer” for displaying BPMN models, 3 process plug-ins were introduced that can be used in your own APEX application to manage a flow instance without the need of custom coding:
1. Management of the entire flow instance (start, stop, terminate, reset, delete)
2. Management of a single step within the flow instance (start, reserve, release, complete)
3. Management of process variables of a flow instance (setting / reading out the variables in conjunction with APEX page items)
The plugins are included in the distribution of the Flows for APEX application and can be easily exported and imported to be used in own applications.
Auditing
During the execution of a process flow, information is written to a logging table at various points in Flows for APEX. This includes events occurring at instance level as well as task-level together with a timestamp and the calling user. These can be called upon in the engine app via the detail page of a process instance for management and debugging purposes. Furthermore, logging information for a specific step in the instance can be displayed by simply clicking on it in the Flows for APEX Viewer.
Sample app “Expense Claims”
To demonstrate the integration of Flows for APEX in an APEX application, a new demo application comes with the distribution of Flows for APEX 21.1. This application covers a simple expense claim process and helps APEX developers to understand how to develop process-driven applications.
For those that want to learn the integration step-by-step, I can recommend our Flows for APEX tutorial, freely available at https://flowsforapex.mt-ag.com.
Download your copy of Flows for APEX at https://flowsforapex.mt-ag.com
Project on Github: https://github.com/mt-ag/apex-flowsforapex
Comments
Post a Comment