<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Sleep until 8.00AM the next day using SLA/timers in Cortex XSOAR Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/sleep-until-8-00am-the-next-day-using-sla-timers/m-p/582042#M3187</link>
    <description>&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/87954041"&gt;@KeremGunal&lt;/a&gt;&amp;nbsp;,&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;A playbook that's supposed to run at 08:00 the next day --&amp;gt; As a first task in the playbook, you can run !GetTime automation to get only Hours of the current time. If your condition is to check if it is within business hours, add a conditional task to check if !GetTime output is &amp;lt; 18. If yes, you will follow the regular playbook. If not put a manual task to make the playbook wait to be followed. Tag the manual task something like "waitingtask". Add a job which will query incidents in waiting status(incident.runStatus:waiting) and only extract the incident ids of the waiting incidents. As a second task which is a subplaybook, provide a list of incident ids and create a task under subplaybook with only !completeTask command. Provide the tag you defined in your main playbook as id ("waitingtask") and id of the incident in Waiting status. If you run this job every morning at 8, you can have a playbook waiting without consuming resources as Sleep task would. &lt;/SPAN&gt;&lt;/DIV&gt;
&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV&gt;&lt;SPAN&gt;For Data Collection, you can do something similar. Define a tag from the data collection task's Detail tab and run a job to complete the task with that tag at 8 am.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;BR /&gt;
&lt;DIV&gt;&lt;SPAN&gt;I hope this solves your problem.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;</description>
    <pubDate>Thu, 28 Mar 2024 13:49:41 GMT</pubDate>
    <dc:creator>gyldz</dc:creator>
    <dc:date>2024-03-28T13:49:41Z</dc:date>
    <item>
      <title>Sleep until 8.00AM the next day using SLA/timers</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/sleep-until-8-00am-the-next-day-using-sla-timers/m-p/581188#M3167</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;By using SLA/Timer on XSOAR, I want the playbook to wait until 08.00 the next day. how can I do that?&lt;/P&gt;
&lt;P&gt;I can use the sleep function, but I want to do it in the most performant way. Do you have any other suggestions?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2024 12:44:03 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/sleep-until-8-00am-the-next-day-using-sla-timers/m-p/581188#M3167</guid>
      <dc:creator>KeremGunal</dc:creator>
      <dc:date>2024-03-21T12:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: Sleep until 8.00AM the next day using SLA/timers</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/sleep-until-8-00am-the-next-day-using-sla-timers/m-p/581549#M3171</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/87954041"&gt;@KeremGunal&lt;/a&gt;&amp;nbsp;, what do you mean by "wait"? Is it stopping SLA and starting at 8 am or stopping the playbook running if the hour is after business hours? If you define your need in detail, I can try to propose a workaround.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2024 14:16:33 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/sleep-until-8-00am-the-next-day-using-sla-timers/m-p/581549#M3171</guid>
      <dc:creator>gyldz</dc:creator>
      <dc:date>2024-03-25T14:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: Sleep until 8.00AM the next day using SLA/timers</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/sleep-until-8-00am-the-next-day-using-sla-timers/m-p/581678#M3178</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/287891"&gt;@gyldz&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example.&lt;BR /&gt;It's now 26.03.2024 11.05.&lt;BR /&gt;here I want to keep the wait task waiting until 08:00 the next day 27.03.2024.&lt;/P&gt;
&lt;P&gt;At 08:00 it will continue the playbook.&lt;/P&gt;
&lt;P&gt;I want to do this as a best practice in terms of performance.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2024 08:04:39 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/sleep-until-8-00am-the-next-day-using-sla-timers/m-p/581678#M3178</guid>
      <dc:creator>KeremGunal</dc:creator>
      <dc:date>2024-03-26T08:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: Sleep until 8.00AM the next day using SLA/timers</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/sleep-until-8-00am-the-next-day-using-sla-timers/m-p/581685#M3179</link>
      <description>&lt;P&gt;What is the condition to make the task wait at 11:05? Is it a specific task, on demand?&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2024 08:40:05 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/sleep-until-8-00am-the-next-day-using-sla-timers/m-p/581685#M3179</guid>
      <dc:creator>gyldz</dc:creator>
      <dc:date>2024-03-26T08:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: Sleep until 8.00AM the next day using SLA/timers</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/sleep-until-8-00am-the-next-day-using-sla-timers/m-p/581686#M3180</link>
      <description>&lt;P&gt;For example,&lt;BR /&gt;I have a playbook that's supposed to run at 08:00 the next day.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or secondly, I expect a response from a mail. After sending the mail, I give a response time of 24 hours + until 08:00 the next day. if there is no response, I want it to continue the playbook.&lt;/P&gt;
&lt;P&gt;For example, I sent an e-mail on 26.03.2024 11:45. I will have a waiting period until 28.03.2024 08:00.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2024 08:45:45 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/sleep-until-8-00am-the-next-day-using-sla-timers/m-p/581686#M3180</guid>
      <dc:creator>KeremGunal</dc:creator>
      <dc:date>2024-03-26T08:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: Sleep until 8.00AM the next day using SLA/timers</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/sleep-until-8-00am-the-next-day-using-sla-timers/m-p/582042#M3187</link>
      <description>&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/87954041"&gt;@KeremGunal&lt;/a&gt;&amp;nbsp;,&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;A playbook that's supposed to run at 08:00 the next day --&amp;gt; As a first task in the playbook, you can run !GetTime automation to get only Hours of the current time. If your condition is to check if it is within business hours, add a conditional task to check if !GetTime output is &amp;lt; 18. If yes, you will follow the regular playbook. If not put a manual task to make the playbook wait to be followed. Tag the manual task something like "waitingtask". Add a job which will query incidents in waiting status(incident.runStatus:waiting) and only extract the incident ids of the waiting incidents. As a second task which is a subplaybook, provide a list of incident ids and create a task under subplaybook with only !completeTask command. Provide the tag you defined in your main playbook as id ("waitingtask") and id of the incident in Waiting status. If you run this job every morning at 8, you can have a playbook waiting without consuming resources as Sleep task would. &lt;/SPAN&gt;&lt;/DIV&gt;
&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV&gt;&lt;SPAN&gt;For Data Collection, you can do something similar. Define a tag from the data collection task's Detail tab and run a job to complete the task with that tag at 8 am.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;BR /&gt;
&lt;DIV&gt;&lt;SPAN&gt;I hope this solves your problem.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 28 Mar 2024 13:49:41 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/sleep-until-8-00am-the-next-day-using-sla-timers/m-p/582042#M3187</guid>
      <dc:creator>gyldz</dc:creator>
      <dc:date>2024-03-28T13:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: Sleep until 8.00AM the next day using SLA/timers</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/sleep-until-8-00am-the-next-day-using-sla-timers/m-p/582119#M3188</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;First thing is ok, thanks.&lt;/P&gt;
&lt;P&gt;But secondly,&lt;/P&gt;
&lt;P&gt;This way I can only run the job at 8 o'clock and if the task is finished I can only forward it at 8 o'clock.&lt;BR /&gt;I need something like this there. &lt;BR /&gt;I give a waiting time until 8:00 am. If I get a response from the mail before 8:00 am, I want that playbook to forward. can I do this without using resources?&lt;/P&gt;</description>
      <pubDate>Fri, 29 Mar 2024 08:00:37 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/sleep-until-8-00am-the-next-day-using-sla-timers/m-p/582119#M3188</guid>
      <dc:creator>KeremGunal</dc:creator>
      <dc:date>2024-03-29T08:00:37Z</dc:date>
    </item>
  </channel>
</rss>

