In the constellation application how the user able to access the delegated rules from the web portal ? We have few decision tables to delegate but not sure from where it can be accessed ?
In earlier PEGA versions, at the assignment have multiple out connectors where user see the high likelihood flow action on loading the assignment and then take the other paths from alternate actions. How to achieve similar functionality in App Studio ?
In that usecase, if there is NOT much UI difference between the multiple Flow Action Screens, can we just use the single screen and have a field to capture the flow path and based on that traverse the flow ? Suggest the recommended approach for constellation.
Speaking to your first question regarding rule delegation, I’d encourage you to take a look at this other recent conversation in the same topic: Pega Constellation-Viewing Delegated Rules
On your 2nd question I’m bot sure if I fully understand the use case, perhaps I’m just not reading your ask clearly! If you wanted to expand some more I will keep my eyes open for a response and help as I can recommend!
@satsihch To answer your second question, you can use the App Studio to configure the UI and the properties. For complex flow confugiration you can switch to Dev Studio, find the flow rule and make the connector configuration for the likelihood.
If the intent to delegate just the data tables, then you can use Record Manager to delegate to Business team or use a Landing Page to delegate specific data types. If the intent is to delegate more rule types, then please check this documentation to delegate the rules. Pegasystems Documentation
I agree wtih your design approach to capture the decision output as part of the field and then navigate to different path based on a decision rule.