- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2017 11:06 PM
Hi all,
we have a workflow on "task_sla" table for sending out the notifications on different percentage (for 25% ,50% ,75% etc). But there are notifications which are sent for 110%,200% etc which is not what client want to receive. as per my understanding there is something that's updating the "task_sla" table, which is why the workflow is triggering again .
I found one Business rule "start workflow" which has current.update(); in it. I think its causing the notifications to be sent on percentage more than 100 % .but that BR is OOB . How to handle this situation??
Thanks in advance
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2017 12:49 AM
Hi sravya ,
There is a out of box notification "SLA breached" which will fire when SLA is more than 100% please inactive the notification the notification is on Task SLA table
Thanks & Regards
Anvesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2017 11:40 PM
Hi,
Is this a custom workflow that you have added on task_sla table? OOB system provides a default SLA workflow to send notifications on your SLA definitions (contract_sla). Have you checked if both of these are conflicting?
Also what is your start condition on SLA?
Thanks
Please Hit like, Helpful or Correct depending on the impact of the response
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2017 12:47 AM
Hi ,
Thanks for reply,
yes this is custom workflow on task_sla . I had to create the custom workflow because client needed notifications on different percentage than that of default SLA.
start condition for my SLA is incident state="new /active/pending" and configuration item.service class="different classes of CI " as these are CI based SLA.
I checked for conflict but there is no conflict.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2017 01:04 AM
Do you have schedules on your SLA? I do not get the purpose of using a custom SLA, You could just modify the oob workflow or create a copy of it and use it on your SLA. When you go for custom, you need to be very clear on how the SLA fields are populated and its entire process (When it starts, When it stops, When it pauses, what effect schedule have on starting or stopping SLA etc). The oob workflow does all this for you, I suggest you should create a new copy of default sla workflow with different percentage and use it.
Thanks
Please Hit like, Helpful or Correct depending on the impact of the response
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2017 11:44 PM
Hi shravyu ,
Could you please share the business rule you can also look into the mail and check whether the email is coming from notification or the event
Thanks & Regards
Anvesh