You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There should be a pre and a post upgrade step validation, as part of the extensions API.
The pre validation will happen right before each upgrade step, and the post validation will happen right after each upgrade step.
Requirements:
Pre-validation: checks if the application is eligible to go through the upgrade step, and fails the transformation if the application is not in a valid state
Post-validation: checks if the application is in a valid and acceptable state after the upgrade step transformation. Depending on the validation criteria (which is defined by the extension) the upgrade can proceed to the next upgrade step or fail the whole upgrade, even after all transformation operations have been already performed.
Upgrade step validations API is part of Extensions API
Upgrade step pre and post validations can be turned ON or OFF
Upgrade step pre and post validations should be able to run TUs
Upgrade step pre and post validations must not be able to run TOs, or modify the app in any ways (except post-transformation manual instructions)
Upgrade step post validations can be used to gather meta-data about the transformed application and produce one ore more post-transformation manual instruction, depending on the state of the transformed application.
The text was updated successfully, but these errors were encountered:
There should be a pre and a post upgrade step validation, as part of the extensions API.
The pre validation will happen right before each upgrade step, and the post validation will happen right after each upgrade step.
Requirements:
The text was updated successfully, but these errors were encountered: