<?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 Automating reruns of processes in University Forum</title>
    <link>https://community.blueprism.com/t5/University-Forum/Automating-reruns-of-processes/m-p/118600#M4178</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Im looking to automate the re-running of our Blue Prism processes whether there is a time out or something has gone wrong.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Our processes write data to a SQL database so technically using that SQL table we can see and direct where things go wrong by manually checking these tables.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We have 7 resources we can run processes on and we use the schedule and scheduler for this.&lt;/P&gt;&lt;P&gt;my goal is to have a power app in where I can click a button and it will rerun the process I have specified.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;can it be done?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 31 Jan 2025 19:17:19 GMT</pubDate>
    <dc:creator>DevrajSingh123</dc:creator>
    <dc:date>2025-01-31T19:17:19Z</dc:date>
    <item>
      <title>Automating reruns of processes</title>
      <link>https://community.blueprism.com/t5/University-Forum/Automating-reruns-of-processes/m-p/118600#M4178</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Im looking to automate the re-running of our Blue Prism processes whether there is a time out or something has gone wrong.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Our processes write data to a SQL database so technically using that SQL table we can see and direct where things go wrong by manually checking these tables.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We have 7 resources we can run processes on and we use the schedule and scheduler for this.&lt;/P&gt;&lt;P&gt;my goal is to have a power app in where I can click a button and it will rerun the process I have specified.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;can it be done?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jan 2025 19:17:19 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/Automating-reruns-of-processes/m-p/118600#M4178</guid>
      <dc:creator>DevrajSingh123</dc:creator>
      <dc:date>2025-01-31T19:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: Automating reruns of processes</title>
      <link>https://community.blueprism.com/t5/University-Forum/Automating-reruns-of-processes/m-p/118611#M4179</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/59693"&gt;@DevrajSingh123&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to ensure I fully understand your question.&lt;/P&gt;&lt;P&gt;Currently, your automation or processes are logging exception information into a separate SQL database table (assuming this is not the default Blue Prism database that stores BP-related data). This table is specifically used by your team to capture exception details from the process.&lt;/P&gt;&lt;P&gt;Now, in case of a failure, you want to trigger an automation using Power Apps. Is that correct?&lt;BR /&gt;&lt;BR /&gt;If that is the case, It can be doable but there are lot of nuances around it&lt;BR /&gt;&lt;BR /&gt;If your SQL Server is on Prem and want to connect directly to power Apps( You must&amp;nbsp; have Datagateway&amp;nbsp; installed to ensure the data flow between SQL Server to power Apps)&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;There are multiple options present but it all depends on whether you want real time data flow between SQL to Power Apps&amp;nbsp; &amp;nbsp;or want&amp;nbsp; data flow hourly from SQL to dataverse and eventually connect Dataverse to power Apps&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you're simply looking to determine whether Power Apps can trigger a Blue Prism process—the answer is yes! There are three different ways to achieve this.&lt;/P&gt;&lt;H3&gt;High-Level Overview of the Flows:&lt;/H3&gt;&lt;P&gt;You can create a basic Power Apps form with a dropdown or text box to specify the Blue Prism process to be triggered. This form can have multiple fields, depending on the chosen approach.&lt;/P&gt;&lt;H3&gt;1) Using Blue Prism APIs with Power Automate&lt;/H3&gt;&lt;P&gt;Once the Power Apps form is submitted, you can connect it to Power Automate (either cloud or desktop) to call the Blue Prism API and trigger the process.&lt;/P&gt;&lt;H4&gt;&lt;STRONG&gt;Prerequisites:&lt;/STRONG&gt;&lt;/H4&gt;&lt;UL&gt;&lt;LI&gt;Blue Prism Hub and the API endpoint should be enabled.&lt;/LI&gt;&lt;LI&gt;Refer to &lt;A href="https://digitalexchange.blueprism.com/cardDetails?id=138395" target="_new" rel="noopener"&gt;&lt;SPAN&gt;this&lt;/SPAN&gt;&lt;SPAN&gt; Blue&lt;/SPAN&gt;&lt;SPAN&gt; Prism&lt;/SPAN&gt;&lt;SPAN&gt; Digital&lt;/SPAN&gt;&lt;SPAN&gt; Exchange&lt;/SPAN&gt;&lt;/A&gt; for more details.&lt;/LI&gt;&lt;/UL&gt;&lt;H3&gt;2) Using Azure Functions to Invoke Blue Prism Processes&lt;/H3&gt;&lt;P&gt;You can create an Azure Function following the steps outlined in this link&amp;nbsp;&lt;A href="https://digitalexchange.blueprism.com/cardDetails?id=116956" target="_new" rel="noopener"&gt;&lt;SPAN&gt;&amp;nbsp;Blue&lt;/SPAN&gt;&lt;SPAN&gt; Prism&lt;/SPAN&gt;&lt;SPAN&gt; Digital&lt;/SPAN&gt;&lt;SPAN&gt; Exchange&lt;/SPAN&gt;&lt;/A&gt; and then create a custom connector to trigger the Blue Prism process.&lt;/P&gt;&lt;H4&gt;&lt;STRONG&gt;Flow for this method:&lt;/STRONG&gt;&lt;/H4&gt;&lt;OL&gt;&lt;LI&gt;The Power Apps form submission triggers a Power Automate cloud flow.&lt;/LI&gt;&lt;LI&gt;This cloud flow calls the custom connector.&lt;/LI&gt;&lt;LI&gt;The custom connector triggers the specific Blue Prism process, which must be exposed as a SOAP API.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt; Instead of exposing all processes, You can expose one process and trigger the process via SOAP API and this process will trigger other&amp;nbsp;&lt;/P&gt;&lt;H3&gt;3) Polling Data from SharePoint via the Graph API&lt;/H3&gt;&lt;P&gt;If you prefer not to use APIs or custom connectors, you can:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Submit the Power Apps form, which adds an entry to SharePoint.&lt;/LI&gt;&lt;LI&gt;A Blue Prism process periodically polls SharePoint for new entries.&lt;/LI&gt;&lt;LI&gt;When a new entry is found, Blue Prism triggers the required process using the command line or another alternative method.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;This approach allows Power Apps to trigger a Blue Prism process indirectly through SharePoint.&lt;/P&gt;&lt;P&gt;I have written an article on this one. It will be out in a few days in case if you need more details and information,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Harish&lt;/P&gt;</description>
      <pubDate>Sun, 02 Feb 2025 05:03:12 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/Automating-reruns-of-processes/m-p/118611#M4179</guid>
      <dc:creator>harish.mogulluri</dc:creator>
      <dc:date>2025-02-02T05:03:12Z</dc:date>
    </item>
  </channel>
</rss>

