Question
Amazon
US
Last activity: 5 Dec 2020 0:41 EST
Case Mgmt - Process - No provision for passing parameters to "Start When" when rule
In 8.5.1, is there provision to pass parameters to when rule specified in "Start When" field of a process in a case type.
E.g. create a when rule called as StartTask which accepts a parameter id_when. When rule then uses this parameter internally to decide whether process should be started or skipped.
When this when rule is specified in process in case type, Pega doesn't show the parameter. See attached image.
This is a severe limitation to reusability.
Hi Shrikant,
Instead of passing the value as a parameter, why not try to read the value from the case clipboard directly or source from a decision table or dss or data page (using functions) in the when rule
Thanks