Question
Agents - To Run same activity 3 times in day at diff schedules . how to implement it ?
Any specific reason for below exception ?
Exception at 20170426T200001.558 GMT: java.lang.IndexOutOfBoundsException: The Reference TempPage.WBCountName(12) is not valid. Accessing invalid index 12 whereas the list has 1 elements from Requestor : (B629709C9ED426FDACC370D537537597B) , User ID : null at com.pega.pegarules.data.internal.clipboard.ClipboardPropertyBase.handleIOOBException(ClipboardPropertyBase.java:2316) at com.pega.pegarules.data.internal.clipboard.ClipboardPropertyBase.getPropertyValue(ClipboardPropertyBase.java:2384) at com.pega.pegarules.data.internal.clipboard.PropertyReferenceImpl.doGet(PropertyReferenceImpl.java:1360) at com.pega.pegarules.data.internal.clipboard.PropertyReferenceImpl.get(PropertyReferenceImpl.java:1174) at com.pega.pegarules.session.internal.mgmt.Executable.getProperty(Executable.java:2171) at com.pegarules.generated.html.ra_stream_countreport3_728dd0dc5a8200f2f077586ebcadf4c3.execute(ra_stream_countreport3_728dd0dc5a8200f2f077586ebcadf4c3.java:141) at
Hi
Do you want to run it in a specific time gap like every 8 hours ? In that case , specify interval of 28800 seconds and it will run 3 times a day .
Coming to the exception that you are seeing, it would be better if you can give a bit more details about your activity.