Progress Bar: Update Activity Error
Hello,
When trying to implement a progress bar the the Update Activity I have included in the Progress Bar parameters throws an undefined error each time it is called. Why is this?
In my section rule I have set the Progress Bar field available to ProgressPage.pyPercentComplete, I assume that this is the value used to define the state displayed by the Progress Bar control. Can some confirm this?
My GetProgress activity should check two truefalse properties which are set in a queued activtiy:
if Check1=true then set ProgressPage(Log-Progress).pyPercentComplete = 50
if Check2=true then set ProgressPage(Log-Progress).pyPercentComplete = 100
I followed the steps in https://collaborate.pega.com/question/progress-bar-ui
Thanks,
Josh