<?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: Co-relation in Blue Prism in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Co-relation-in-Blue-Prism/m-p/66845#M19450</link>
    <description>put flags and read variables. if flag is true do Right if not do Left.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Cohen&lt;BR /&gt;Romania&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Wed, 18 Sep 2019 10:52:00 GMT</pubDate>
    <dc:creator>JohnCohen</dc:creator>
    <dc:date>2019-09-18T10:52:00Z</dc:date>
    <item>
      <title>Co-relation in Blue Prism</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Co-relation-in-Blue-Prism/m-p/66843#M19448</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I have a use case where the process will do few actions and then wait for an event to trigger in another system to proceed further in process.&lt;BR /&gt;I am exploring few options on how to do it.Thought to know from experts who have achived this in a different way.&lt;BR /&gt;&lt;BR /&gt;Any thoughts ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Manas Jena&lt;BR /&gt;Sr Analyst&lt;BR /&gt;ZimmerBiomet&lt;BR /&gt;America/New_York&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Sep 2019 23:14:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Co-relation-in-Blue-Prism/m-p/66843#M19448</guid>
      <dc:creator>ManasJena</dc:creator>
      <dc:date>2019-09-17T23:14:00Z</dc:date>
    </item>
    <item>
      <title>RE: Co-relation in Blue Prism</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Co-relation-in-Blue-Prism/m-p/66844#M19449</link>
      <description>Hi Manas,&lt;BR /&gt;&lt;BR /&gt;It is hard to suggest a definitive solution with this limited info. However, you might want to look at our Advanced Queue guide available in the portal which also talks about this scenario. Link here -&amp;nbsp;&lt;A href="https://portal.blueprism.com/system/files/documents/Blue%20Prism%20-%20Advanced%20Work%20Queues%20Guide%20%286.2.1%29%28EN%29_1.pdf" target="_blank" rel="noopener"&gt;https://portal.blueprism.com/system/files/documents/Blue%20Prism%20-%20Advanced%20Work%20Queues%20Guide%20%286.2.1%29%28EN%29_1.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Shashank Kumar&lt;BR /&gt;DX Integrations Partner Consultant&lt;BR /&gt;Blue Prism&lt;BR /&gt;Singapore&lt;BR /&gt;+6581326707&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Sep 2019 05:13:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Co-relation-in-Blue-Prism/m-p/66844#M19449</guid>
      <dc:creator>shashank.kumar280</dc:creator>
      <dc:date>2019-09-18T05:13:00Z</dc:date>
    </item>
    <item>
      <title>RE: Co-relation in Blue Prism</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Co-relation-in-Blue-Prism/m-p/66845#M19450</link>
      <description>put flags and read variables. if flag is true do Right if not do Left.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Cohen&lt;BR /&gt;Romania&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Sep 2019 10:52:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Co-relation-in-Blue-Prism/m-p/66845#M19450</guid>
      <dc:creator>JohnCohen</dc:creator>
      <dc:date>2019-09-18T10:52:00Z</dc:date>
    </item>
    <item>
      <title>RE: Co-relation in Blue Prism</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Co-relation-in-Blue-Prism/m-p/66846#M19451</link>
      <description>One option is to make the process go into a sleep/check/sleep/check loop until the check detects the event. But obviously this means your process is sat there doing almost nothing, and if the event takes a long time to occur, then this could be a waste of a valuable license. So another option would be to make the 'part 1' process end, and then start a 'part 2' process sometime later, so that between parts 1 and 2, you can use the machine for something else. But this assumes that you have a valid business reason to delay part 2 until you know when the event will have occurred.&lt;BR /&gt;&lt;BR /&gt;As Shashank says, there is no definitive answer.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;John Carter&lt;BR /&gt;Professional Services&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Sep 2019 16:59:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Co-relation-in-Blue-Prism/m-p/66846#M19451</guid>
      <dc:creator>John__Carter</dc:creator>
      <dc:date>2019-09-18T16:59:00Z</dc:date>
    </item>
    <item>
      <title>RE: Co-relation in Blue Prism</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Co-relation-in-Blue-Prism/m-p/66847#M19452</link>
      <description>​Thank you All.&lt;BR /&gt;&lt;BR /&gt;My use case is like this . I have to read data from few systems and create a report. The Spreadsheet report is partially complete when I read few systems and add the details. When business user goes in to another system and manually completes some activity an email would be triggered and that email is something I am referring to complete the 2nd part of report. The catch is .....this activity from user side could be delayed and it may take several days to receive email and complete the rest of the process.&amp;nbsp;I am proceeding with the approach John Carter Suggested here.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I am now addressing this such a way that BOT will lookup for such kind of emails and do rest of the processing part. Was thinking if there is any other way to address this.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Manas Jena&lt;BR /&gt;Sr Analyst&lt;BR /&gt;ZimmerBiomet&lt;BR /&gt;America/New_York&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Sep 2019 20:19:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Co-relation-in-Blue-Prism/m-p/66847#M19452</guid>
      <dc:creator>ManasJena</dc:creator>
      <dc:date>2019-09-18T20:19:00Z</dc:date>
    </item>
  </channel>
</rss>

