Deploy CDT with out disturbing existing instances

Hi 

 

I have CDT with 5 fields it is used in different process models later requirement is changed to modify CDT with 8 fields I want to deploy this CDT without disturbing existing process instances which were using this CDT

 

Suggest the best way to do this

 

 

Thanks 

 

  Discussion posts and replies are publicly visible

Parents Reply
  • Thre is no code just it is complete process instancess on this example
    created CDT A with only one field as name used in process model's user Input Task (form has only one text field for name)
    I run the process model two times
    I have modified CDT by adding extra field name as Type and modifgied form(this time form has two text fields for name and type )
    I run the process model
    I opened the previous instance but its taking newer CDT (which has two values)and newer form(which has two text fields )
    but in my case previous instances should run on old versions (it should take old CDT and old Form not new one )
Children