<?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 How to run playbook on scheduled interval for all XSOAR Incidents? in Cortex XSOAR Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/how-to-run-playbook-on-scheduled-interval-for-all-xsoar/m-p/527758#M1661</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Hello team, I've use-case where I need to fetch related events for a particular incident periodically.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P data-unlink="true"&gt;&lt;SPAN&gt;For that, I've prepared a playbook which will pull the events related to each XSOAR incident and link that data in Contex of a particular XSOAR incident.&amp;nbsp;&lt;SPAN&gt;As this needs to be applied to all incidents of selected custom incident type and I want my playbook to run all the XSOAR incidents on some cron schedule. I've tried to run using&amp;nbsp;&lt;A href="https://xsoar.pan.dev/docs/incidents/incident-jobs#time-triggered-jobs" target="_self"&gt;time triggered jobs&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;but it seems not working properly as it's triggering my playbook once instead of schedule.&lt;/SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Is there anything additional we need to add in the playbook to trigger on corn job?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Is there any way to achieve this use case?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;LI-PRODUCT title="Cortex XSOAR" id="Cortex_XSOAR"&gt;&lt;/LI-PRODUCT&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 19 Jan 2023 18:20:58 GMT</pubDate>
    <dc:creator>SHadfa</dc:creator>
    <dc:date>2023-01-19T18:20:58Z</dc:date>
    <item>
      <title>How to run playbook on scheduled interval for all XSOAR Incidents?</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/how-to-run-playbook-on-scheduled-interval-for-all-xsoar/m-p/527758#M1661</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello team, I've use-case where I need to fetch related events for a particular incident periodically.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P data-unlink="true"&gt;&lt;SPAN&gt;For that, I've prepared a playbook which will pull the events related to each XSOAR incident and link that data in Contex of a particular XSOAR incident.&amp;nbsp;&lt;SPAN&gt;As this needs to be applied to all incidents of selected custom incident type and I want my playbook to run all the XSOAR incidents on some cron schedule. I've tried to run using&amp;nbsp;&lt;A href="https://xsoar.pan.dev/docs/incidents/incident-jobs#time-triggered-jobs" target="_self"&gt;time triggered jobs&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;but it seems not working properly as it's triggering my playbook once instead of schedule.&lt;/SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Is there anything additional we need to add in the playbook to trigger on corn job?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Is there any way to achieve this use case?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;LI-PRODUCT title="Cortex XSOAR" id="Cortex_XSOAR"&gt;&lt;/LI-PRODUCT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2023 18:20:58 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/how-to-run-playbook-on-scheduled-interval-for-all-xsoar/m-p/527758#M1661</guid>
      <dc:creator>SHadfa</dc:creator>
      <dc:date>2023-01-19T18:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to run playbook on scheduled interval for all XSOAR Incidents?</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/how-to-run-playbook-on-scheduled-interval-for-all-xsoar/m-p/527810#M1667</link>
      <description>&lt;P&gt;Hi Shadfa, when creating a time triggered job there is a section at the very bottom for queue handling. By default, the job will not run again until the first incident is closed. There is an option in the queue handling section to allow the job to run concurrently so even if the first incident is not closed, a new one will be created that uses your playbook.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2023 22:26:24 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/how-to-run-playbook-on-scheduled-interval-for-all-xsoar/m-p/527810#M1667</guid>
      <dc:creator>amontminy</dc:creator>
      <dc:date>2023-01-19T22:26:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to run playbook on scheduled interval for all XSOAR Incidents?</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/how-to-run-playbook-on-scheduled-interval-for-all-xsoar/m-p/527938#M1669</link>
      <description>&lt;P&gt;This will not resolve my case. As this will create a new incident and run playbook job there. Where I want to run same playbook on Same incident in scheduled manner.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2023 10:58:07 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/how-to-run-playbook-on-scheduled-interval-for-all-xsoar/m-p/527938#M1669</guid>
      <dc:creator>SHadfa</dc:creator>
      <dc:date>2023-01-20T10:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to run playbook on scheduled interval for all XSOAR Incidents?</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/how-to-run-playbook-on-scheduled-interval-for-all-xsoar/m-p/527958#M1671</link>
      <description>&lt;P&gt;What you could potentially do is in the main playbook of the incident, use a scheduled command that queries the remote system periodically and update the incident if there are new entries from the remote. And upon incident close run a post processing script to close the scheduled command task using !taskComplete.&lt;BR /&gt;&lt;A href="https://xsoar.pan.dev/docs/integrations/scheduled-commands" target="_blank"&gt;https://xsoar.pan.dev/docs/integrations/scheduled-commands&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;So the polling is handled in the playbook of the incident itself and the playbook does not complete until the incident is closed&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2023 13:45:45 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/how-to-run-playbook-on-scheduled-interval-for-all-xsoar/m-p/527958#M1671</guid>
      <dc:creator>arnarayanan</dc:creator>
      <dc:date>2023-01-20T13:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to run playbook on scheduled interval for all XSOAR Incidents?</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/how-to-run-playbook-on-scheduled-interval-for-all-xsoar/m-p/528083#M1681</link>
      <description>&lt;P&gt;Also maybe test to get the time as it will always be different, so a nice way to trigger each time the playbook.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://xsoar.pan.dev/docs/reference/scripts/get-time" target="_blank"&gt;https://xsoar.pan.dev/docs/reference/scripts/get-time&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Sun, 22 Jan 2023 13:15:43 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/how-to-run-playbook-on-scheduled-interval-for-all-xsoar/m-p/528083#M1681</guid>
      <dc:creator>nikoolayy1</dc:creator>
      <dc:date>2023-01-22T13:15:43Z</dc:date>
    </item>
  </channel>
</rss>

