-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PI Migration: get forms into serialization #1936
Comments
We started this branch https://github.com/sartography/spiff-arena/tree/add-form-hash-to-serialize-spec but we are aborting on this for now. |
we were thinking about adding a table, |
merged this content into #1922 , so closing this as dup. |
json schema forms are not part of the spiff serialization. as a result, if you start a process instance and then change a form json schema, you will not be allowed to migrate the instance to the new form definition (since the system does not see that there is any change that would warrant a migration). to mitigate this, we propose:
consider how to bring existing environments into alignment with the new approach.
discovered in #1922
The text was updated successfully, but these errors were encountered: