Discussion
2
Replies
863
Views
Scotiabank
Posted: May 14, 2016
Last activity: May 3, 2017
Closed
Need clarification regarding a question related to SLA
Hello
Can anyone please clarify the below question?
the SLA-Checing agent that is ServiceLevelEvents triggers the activity ProcessEvent in every 30 seconds, then why the answer is false??
Regards,
Sandeep
“SLA checking agent” == “ServiceLevelEvents”.
Its Activity = “ProcessEvent”.
A System-Queue-ServiceLevel record has to be “ready to fire” time-wise before “ProcessEvent” is run.
ServiceLevelEvents does check, or is checked, every 30 seconds to see whether the ProcessEvent Activity should be invoked against one or more System-Queue-ServiceLevel records.
But the Agent only calls the ProcessEvent Activity with a System-Queue-ServiceLevel instance as a step page when that System-Queue-ServiceLevel instance is ready to process.
ProcessEvent is not run every 30 seconds against every System-Queue-ServiceLevel instance.