Question
Pegasystems Inc.
US
Last activity: 17 Apr 2020 8:40 EDT
Activity Steps When Condition Not Evaluated
This issue exists in Clients Pega Cloud 8.3 and is being further tested in Pega 8.x Personal Edition.
This has been an issue on several test of varying conditions evaluating different properties. Others include checking for null on activity step description field. I greatly appreciate any clarification.
In this example, the activity was to evaluate the label block for commented(//) steps and return a warning if present. I have replaced the "//" with a "1" to eliminate any escape character possibilities.
Save-As on the @baseclass Activity CheckForCustomWarnings to Apply To Rule-
Call Embed-ActivitySteps.CheckForExtendedWarnings
Set steps, parameter and call function to add message.
evaluate property using .pyStepsBlockName=="1"
Add "1" to label
This issue exists in Clients Pega Cloud 8.3 and is being further tested in Pega 8.x Personal Edition.
This has been an issue on several test of varying conditions evaluating different properties. Others include checking for null on activity step description field. I greatly appreciate any clarification.
In this example, the activity was to evaluate the label block for commented(//) steps and return a warning if present. I have replaced the "//" with a "1" to eliminate any escape character possibilities.
Save-As on the @baseclass Activity CheckForCustomWarnings to Apply To Rule-
Call Embed-ActivitySteps.CheckForExtendedWarnings
Set steps, parameter and call function to add message.
evaluate property using .pyStepsBlockName=="1"
Add "1" to label
Test using expression builder evaluates properly
Tracer shows when condition evaluated false
***Edited by Moderator Marissa to update Platform Capability tags****