We have 2 flows both in locked ruleset and we want to change 1 assignment on one of the flows,is it possible to make changes on a locked rule in pega?

We have 2 flows both in locked ruleset and we want to change 1 assignment on one of the flows,is it possible to make changes on a locked rule in pega? As flows cant be delegated also so is there any way?

@TanyaS58 In Pega, you cannot directly modify a rule in a locked ruleset. However, you can create a new version of the ruleset, copy the rule you want to modify into the new ruleset version, and then make your changes. This new version of the ruleset should then be included in your application’s ruleset stack. Please note that this should be done carefully, considering the impact on other rules and applications that might be using the original rule.

:warning: This is a GenAI-powered tool. All generated answers require validation against the provided references

Restrict who can use a flow action

Policy overrides and suspended work items > Processing scenario

@TanyaS58

You have to save the flow in a branch, make your changes then merge it in a higher ruleset.

@TanyaS58
You cannot add or update rules in a locked ruleset , If RSV is locked it means development is completed and ported or ready for porting.

If a RS is locked inside the pega then as a Developer you need to follow below steps to made any changes :

  1. Create a branch made and save as that rule inside the branch then made the change like assignement shape adding/deletion.

2.Save rule inside the branch and the merge that branch with the same RS. You will get a. updated version of Rule whenver u will open the rule.

Thanks,
Somil