flowsforapex / apex-flowsforapex

Flows for APEX - Model and run process flows all within Oracle APEX!
https://flowsforapex.org
Other
83 stars 42 forks source link

make diagrams releasable from admin api by name #734

Closed rallen2010 closed 2 months ago

rallen2010 commented 2 months ago

Creates a new procedure flow_diagrams.release_diagram by name, and exposes this in flow_admin_api.

This is useful to us internally to make regression test installation automatable now that messageflow tests that include message start events must be released prior to use.

This has also been a requested feature for customers creating production deployments where you need to script the deployment of a model into a remote production environment and then release it.