<?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 GetSessionId is a function… in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/An-action-exists-for-getting-Scheduler-Name-for-which-an-item/m-p/63436#M16378</link>
    <description>GetSessionId is&amp;nbsp;a function that retrieves the session for the run.&amp;nbsp; From there you can query the Blue Prism database to find the schedule name with the below query.&amp;nbsp; I think that's the only way to get the schedule name currently.
&amp;nbsp;
SELECT distinct name
FROM [dbo].[BPASession] s
JOIN [dbo].[BPAScheduleLogEntry] le on s.sessionnumber = le.[logsessionnumber]
JOIN [dbo].[BPAScheduleLog] schedlog on le.[schedulelogid] = schedlog.id
JOIN [dbo].[BPASchedule] sched on sched.id = schedlog.scheduleid
&amp;nbsp;
WHERE sessionid = '""&amp;amp;[Session ID]&amp;amp;""'</description>
    <pubDate>Mon, 08 Apr 2019 21:22:00 GMT</pubDate>
    <dc:creator>TomCirone</dc:creator>
    <dc:date>2019-04-08T21:22:00Z</dc:date>
    <item>
      <title>An action exists for getting Scheduler Name, for which an item has been updated?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/An-action-exists-for-getting-Scheduler-Name-for-which-an-item/m-p/63435#M16377</link>
      <description>Hello All,

Similar to action responsible for getting a Machine Name (Utility - Environment &amp;gt; Get Machine Name), an action exists for getting the scheduler at which an item was updated?

Thus, we have a process that executes 4 times a day, and for the same process we have 4 schedulers created. Business requires knowing in which scheduler cycle a particular item has been updated (thus, BoD, Afternoon, Closing, EoD).

Thank you in advance for your assistance on this regards.

Best regards,

Teresa</description>
      <pubDate>Tue, 12 Feb 2019 16:15:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/An-action-exists-for-getting-Scheduler-Name-for-which-an-item/m-p/63435#M16377</guid>
      <dc:creator>TeresaFrazão</dc:creator>
      <dc:date>2019-02-12T16:15:00Z</dc:date>
    </item>
    <item>
      <title>GetSessionId is a function…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/An-action-exists-for-getting-Scheduler-Name-for-which-an-item/m-p/63436#M16378</link>
      <description>GetSessionId is&amp;nbsp;a function that retrieves the session for the run.&amp;nbsp; From there you can query the Blue Prism database to find the schedule name with the below query.&amp;nbsp; I think that's the only way to get the schedule name currently.
&amp;nbsp;
SELECT distinct name
FROM [dbo].[BPASession] s
JOIN [dbo].[BPAScheduleLogEntry] le on s.sessionnumber = le.[logsessionnumber]
JOIN [dbo].[BPAScheduleLog] schedlog on le.[schedulelogid] = schedlog.id
JOIN [dbo].[BPASchedule] sched on sched.id = schedlog.scheduleid
&amp;nbsp;
WHERE sessionid = '""&amp;amp;[Session ID]&amp;amp;""'</description>
      <pubDate>Mon, 08 Apr 2019 21:22:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/An-action-exists-for-getting-Scheduler-Name-for-which-an-item/m-p/63436#M16378</guid>
      <dc:creator>TomCirone</dc:creator>
      <dc:date>2019-04-08T21:22:00Z</dc:date>
    </item>
    <item>
      <title>Alternatively, configure…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/An-action-exists-for-getting-Scheduler-Name-for-which-an-item/m-p/63437#M16379</link>
      <description>Alternatively, configure your start stage with a text input of your schedule name. You should then be able to fill it in from the scheduler and reference that variable.</description>
      <pubDate>Mon, 08 Apr 2019 22:12:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/An-action-exists-for-getting-Scheduler-Name-for-which-an-item/m-p/63437#M16379</guid>
      <dc:creator>AmiBarrett</dc:creator>
      <dc:date>2019-04-08T22:12:00Z</dc:date>
    </item>
  </channel>
</rss>

