flowsforapex / apex-flowsforapex

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

[enhancement]: undo terminate #700

Open Hegyvari opened 6 months ago

Hegyvari commented 6 months ago

Feature description

A procedure called with a process id which would "undo" the termination.

Describe alternatives you've considered

No response

Additional context

We had a bug in our software which terminated processes it should not have. Since the current teminate function does "hard" deletes from flow_subflows and there are no history tables we restored a backup to another instance to the point in time before the terminate and restored the necessary records manually.