imixs / imixs-workflow

The open source technology for business process management
http://www.imixs.org/
GNU General Public License v3.0
357 stars 64 forks source link

ModelService - getModel should support regular expressions #867

Closed rsoika closed 3 months ago

rsoika commented 3 months ago

the method getModel from the ModelService should also support regular expressions. This is needed to support the model change in a Workflow Result like this:

<model>     
     <version>(^rechnungseingang-[a-z]{2,3}-\d+(?:\.\d+)?$)</version>
     <task>5000</task>
     <event>990</event>
</model>