How to update process variable type with the latest version of the CDT for the in-flight process instances?

We had to add two new columns for an existing CDT. New process instances post deployment are fine as they refer to the latest version of the CDT. But in-flight process instances refer to the previous version of the CDT. However there is a related action available where the end user can capture the data for the newly added fields. But the business is more aligned with the option of the data entry on the tasks from the in-flight process instances.

Hence, hiding the section based upon the deployment date is ruled out. Please let me know other possible options to handle this scenario. Thanks in advance.

  Discussion posts and replies are publicly visible

Parents
  • how many instances you have? is your process too much complex? I would suggest you to add some "restartable" option to the process (or maybe a temporary process to migrate) in addition to some related action to make the migration and the user can add any information.

    So the idea at the end is to kill the current process and start a new migration process ( or if possible the same) but using the new version of the process model.

    Not sure if I were clear enough?

    Jose
Reply
  • how many instances you have? is your process too much complex? I would suggest you to add some "restartable" option to the process (or maybe a temporary process to migrate) in addition to some related action to make the migration and the user can add any information.

    So the idea at the end is to kill the current process and start a new migration process ( or if possible the same) but using the new version of the process model.

    Not sure if I were clear enough?

    Jose
Children