-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
Description
Add rollback support outside of the database. Rollback is still only supported in-engine. Future releases could enable the output of Module Instance IDs to allow rollback management externally.
This can be done by ensuring that the ModuleEvaluation procedure returns the list of Module Instance IDs and any other relevant details such as source- and target objects, so that next steps can take appropriate actions.
One challenge to consider is that rollback execution is technology-dependent, so it might be in the form of a connector.
sjohansson