Active Instances to stick with Old Version of Code - Post Deployment

I want the newer instances to follow the new code and older to follow older code. Is there a way to make the active instances to follow the older version of the code though the sub-processes are yet to be triggered?

OriginalPostID-256982

  Discussion posts and replies are publicly visible

Parents
  • @karthikeyans75: If you have used rules say ui_sample(), you can create a new rule say ui_sample_v1() with new code. You can use the new rule in the process model and save and publish it. This will take the new code while the old instances will be using the same old rule. Not sure if this works in ur scenario, but I've successfully implemented this approach for one of my process.
Reply
  • @karthikeyans75: If you have used rules say ui_sample(), you can create a new rule say ui_sample_v1() with new code. You can use the new rule in the process model and save and publish it. This will take the new code while the old instances will be using the same old rule. Not sure if this works in ur scenario, but I've successfully implemented this approach for one of my process.
Children
No Data