<?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: Getting issue with Tag Item Action stage in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Getting-issue-with-Tag-Item-Action-stage/m-p/38150#M69</link>
    <description>Hi Amaresh,&lt;BR /&gt;&lt;BR /&gt;I would suggest you to not go by Pre Conditions as they are not automatically generated and are usually maintained manually by the development team whoever is responsible for building that action so there is a high chance that they might forget to update it since I myself have faced such issues so many times in past.&lt;BR /&gt;&lt;BR /&gt;As a thumb rule, what I have observed is whenever blue prism works on any kind of an update for any work item (Status, Priority, Tags etc.), it locks the item and gets the item ID from the back end database. So if in any action, you are passing Item ID then be sure that it is going to use the same concept which I explained in the post.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;----------------------------------&lt;BR /&gt;Hope it helps you out and if my solution resolves your query, then please mark it as the 'Best Answer' so that the others members in the community having similar problem statement can track the answer easily in future&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Devneet Mohanty&lt;BR /&gt;Intelligent Process Automation Consultant | Sr. Consultant - Automation Developer,&lt;BR /&gt;Wonderbotz India Pvt. Ltd.&lt;BR /&gt;Blue Prism Community MVP | Blue Prism 7x Certified Professional&lt;BR /&gt;Website: &lt;A href="https://devneet.github.io/" target="test_blank"&gt;https://devneet.github.io/&lt;/A&gt;&lt;BR /&gt;Email: devneetmohanty07@gmail.com&lt;BR /&gt;&lt;BR /&gt;----------------------------------&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Thu, 14 Apr 2022 16:12:00 GMT</pubDate>
    <dc:creator>devneetmohanty07</dc:creator>
    <dc:date>2022-04-14T16:12:00Z</dc:date>
    <item>
      <title>Getting issue with Tag Item Action stage</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Getting-issue-with-Tag-Item-Action-stage/m-p/38145#M64</link>
      <description>Hi Team,&lt;BR /&gt;&lt;BR /&gt;I am working on one business logic where I am passing Item ID from main process to sub process. In sub process after performing some steps I am trying to update the Item ID by using 'Tag Item' action stage but whenever I tries to run that stage I am getting&amp;nbsp; error: 'This work queue item is locked by another process'.&lt;BR /&gt;&lt;BR /&gt;I tested this action stage on&amp;nbsp;2 different Queue Items but every time I am getting same error.&lt;BR /&gt;&lt;BR /&gt;Any help/suggestion would be much appreciated !!&lt;BR /&gt;&lt;BR /&gt;Let me know if any additional information is required.&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Amaresh&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Amaresh Gadagin&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Apr 2022 14:56:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Getting-issue-with-Tag-Item-Action-stage/m-p/38145#M64</guid>
      <dc:creator>amareshg1</dc:creator>
      <dc:date>2022-04-13T14:56:00Z</dc:date>
    </item>
    <item>
      <title>RE: Getting issue with Tag Item Action stage</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Getting-issue-with-Tag-Item-Action-stage/m-p/38146#M65</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/55650"&gt;@AmareshGadagin1&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;By default Blue Prism block the item when you use the action "Get Next Item". Only one process can work with an item at the same time.&lt;BR /&gt;&lt;BR /&gt;If you want to update the tags you must to unlock the item first by marking as completed or deferating it, and then change the tags.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps you!!&lt;BR /&gt;&lt;BR /&gt;See you in the Community, bye &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;​​​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Pablo Sarabia&lt;BR /&gt;Architect&lt;BR /&gt;Altamira Assets Management&lt;BR /&gt;Madrid&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Apr 2022 15:14:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Getting-issue-with-Tag-Item-Action-stage/m-p/38146#M65</guid>
      <dc:creator>PabloSarabia</dc:creator>
      <dc:date>2022-04-13T15:14:00Z</dc:date>
    </item>
    <item>
      <title>RE: Getting issue with Tag Item Action stage</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Getting-issue-with-Tag-Item-Action-stage/m-p/38147#M66</link>
      <description>Hi Amaresh,&lt;BR /&gt;&lt;BR /&gt;This issue is happening most likely of the fact that your work item is currently locked. Whenever Blue Prism works on any item, the item status changes from Pending to Locked by that process and the item ID is returned. If you work item is locked by some other process, Blue Prism wont be able to retrieve it in the current session and continue to work on it.&lt;BR /&gt;&lt;BR /&gt;To resolve it temporarily, you can unlock the item from Control Room and try to continue the debugging but on a permanent solution, you might have to check your solution once so that this item is retrieved properly and worked upon.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;----------------------------------&lt;BR /&gt;Hope it helps you out and if my solution resolves your query, then please mark it as the 'Best Answer' so that the others members in the community having similar problem statement can track the answer easily in future&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Devneet Mohanty&lt;BR /&gt;Intelligent Process Automation Consultant | Sr. Consultant - Automation Developer,&lt;BR /&gt;Wonderbotz India Pvt. Ltd.&lt;BR /&gt;Blue Prism Community MVP | Blue Prism 7x Certified Professional&lt;BR /&gt;Website: &lt;A href="https://devneet.github.io/" target="test_blank"&gt;https://devneet.github.io/&lt;/A&gt;&lt;BR /&gt;Email: devneetmohanty07@gmail.com&lt;BR /&gt;&lt;BR /&gt;----------------------------------&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Apr 2022 16:10:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Getting-issue-with-Tag-Item-Action-stage/m-p/38147#M66</guid>
      <dc:creator>devneetmohanty07</dc:creator>
      <dc:date>2022-04-13T16:10:00Z</dc:date>
    </item>
    <item>
      <title>RE: Getting issue with Tag Item Action stage</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Getting-issue-with-Tag-Item-Action-stage/m-p/38148#M67</link>
      <description>Hi &lt;SPAN&gt;Pablo,&lt;BR /&gt;&lt;BR /&gt;Thanks for your help.&lt;BR /&gt;&lt;BR /&gt;I am facing this issue in the v6.10 environment and there are no any preconditions for the 'Tag Item' Action stage. If I use 'Update Status' action stage then yes I will get the above error since 'Update Status' action stage has precondition that "The item must have been locked by this process", but for 'Tag Item' action stage there is no such condition so this action stage should work in any sub process&amp;nbsp;without any issue.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="197.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/412iF2550D1169CEBAAF/image-size/large?v=v2&amp;amp;px=999" role="button" title="197.png" alt="197.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Correct me If I am wrong.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Amaresh&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Amaresh Gadagin&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Apr 2022 13:33:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Getting-issue-with-Tag-Item-Action-stage/m-p/38148#M67</guid>
      <dc:creator>amareshg1</dc:creator>
      <dc:date>2022-04-14T13:33:00Z</dc:date>
    </item>
    <item>
      <title>RE: Getting issue with Tag Item Action stage</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Getting-issue-with-Tag-Item-Action-stage/m-p/38149#M68</link>
      <description>Hi Devneet,&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help.&lt;BR /&gt;&lt;BR /&gt;I am facing this issue in the v6.10 environment and there are no any preconditions for the 'Tag Item' Action stage. If I use 'Update Status' action stage then yes I will get the above error since 'Update Status' action stage has precondition that "The item must have been locked by this process", but for 'Tag Item' action stage there is no such condition so this action stage should work in any sub process&amp;nbsp;without any issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="198.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/413i97134B8227AD64DF/image-size/large?v=v2&amp;amp;px=999" role="button" title="198.png" alt="198.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Amaresh&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Amaresh Gadagin&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Apr 2022 13:34:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Getting-issue-with-Tag-Item-Action-stage/m-p/38149#M68</guid>
      <dc:creator>amareshg1</dc:creator>
      <dc:date>2022-04-14T13:34:00Z</dc:date>
    </item>
    <item>
      <title>RE: Getting issue with Tag Item Action stage</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Getting-issue-with-Tag-Item-Action-stage/m-p/38150#M69</link>
      <description>Hi Amaresh,&lt;BR /&gt;&lt;BR /&gt;I would suggest you to not go by Pre Conditions as they are not automatically generated and are usually maintained manually by the development team whoever is responsible for building that action so there is a high chance that they might forget to update it since I myself have faced such issues so many times in past.&lt;BR /&gt;&lt;BR /&gt;As a thumb rule, what I have observed is whenever blue prism works on any kind of an update for any work item (Status, Priority, Tags etc.), it locks the item and gets the item ID from the back end database. So if in any action, you are passing Item ID then be sure that it is going to use the same concept which I explained in the post.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;----------------------------------&lt;BR /&gt;Hope it helps you out and if my solution resolves your query, then please mark it as the 'Best Answer' so that the others members in the community having similar problem statement can track the answer easily in future&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Devneet Mohanty&lt;BR /&gt;Intelligent Process Automation Consultant | Sr. Consultant - Automation Developer,&lt;BR /&gt;Wonderbotz India Pvt. Ltd.&lt;BR /&gt;Blue Prism Community MVP | Blue Prism 7x Certified Professional&lt;BR /&gt;Website: &lt;A href="https://devneet.github.io/" target="test_blank"&gt;https://devneet.github.io/&lt;/A&gt;&lt;BR /&gt;Email: devneetmohanty07@gmail.com&lt;BR /&gt;&lt;BR /&gt;----------------------------------&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Apr 2022 16:12:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Getting-issue-with-Tag-Item-Action-stage/m-p/38150#M69</guid>
      <dc:creator>devneetmohanty07</dc:creator>
      <dc:date>2022-04-14T16:12:00Z</dc:date>
    </item>
  </channel>
</rss>

