<?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: View Process Validation results for all processes in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/View-Process-Validation-results-for-all-processes/m-p/116112#M52100</link>
    <description>&lt;P&gt;The '/report' function for AutomateC.exe has been available in most versions of Blue Prism (I believe going back to v5.x when I started working here), and is documented as part of the available &lt;A href="https://docs.blueprism.com/bundle/blue-prism-enterprise-7-3/page/helpCommandLine.htm#AutomateCexeavailableswitches" target="_blank" rel="noopener"&gt;Command Line Options&lt;/A&gt;&amp;nbsp;in our documentation.&lt;/P&gt;&lt;P&gt;I understand this may not be what you're looking for to achieve your specific purpose, but the suggestion was intended as a starting point since the report should contain the data you're looking for (albeit in a "dump" format). If you'd like to see this type of reporting improved within the product, I would suggest you submit this as an enhancement request on our Ideas Portal for consideration from our Product team. From what I understand, future versions of BPE (i.e. v7.4+) are also slated to contain improvements to the Process/Object Studios error validation and reporting functionality that may help with this as well.&lt;/P&gt;&lt;P&gt;I'd also recommend to browse the Digital Exchange to see if there's any ready-made reporting objects/assets that could provide the validation errors from Processes/Objects in a more usable format, or perhaps other BPE developers could share their suggestions in this thread going forward.&lt;/P&gt;</description>
    <pubDate>Mon, 07 Oct 2024 13:59:22 GMT</pubDate>
    <dc:creator>steven.boggs</dc:creator>
    <dc:date>2024-10-07T13:59:22Z</dc:date>
    <item>
      <title>View Process Validation results for all processes</title>
      <link>https://community.blueprism.com/t5/Product-Forum/View-Process-Validation-results-for-all-processes/m-p/116043#M52085</link>
      <description>&lt;P&gt;Using the Process Validation Tool, I can see errors and warnings on coding best practices and issue for a process which I have open (this is related to the Design Control settings). What I'm looking for is a way to search for certain errors and warning types across &lt;STRONG&gt;&lt;EM&gt;ALL&lt;/EM&gt;&lt;/STRONG&gt; processes at once. For example, I want to find all processes which have warnings for "Page '*' is not called by any other page".&lt;/P&gt;&lt;P&gt;I had a quick look at the database tables and couldn't find anything that looks like this in the database, so I assume that the validation is done at run-time when you open the Validation Tool.&lt;/P&gt;&lt;P&gt;Does anyone know if it is possible to do what I want somehow?&lt;/P&gt;</description>
      <pubDate>Thu, 03 Oct 2024 07:36:13 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/View-Process-Validation-results-for-all-processes/m-p/116043#M52085</guid>
      <dc:creator>foehl</dc:creator>
      <dc:date>2024-10-03T07:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: View Process Validation results for all processes</title>
      <link>https://community.blueprism.com/t5/Product-Forum/View-Process-Validation-results-for-all-processes/m-p/116050#M52087</link>
      <description>&lt;P&gt;One suggestion that may help is to run an AutomateC.exe command to create a report with all your Processes and Objects and their validation errors:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;AutomateC.exe /report C:/temp/REPORTNAME /user USERNAME PWORD&lt;/LI-CODE&gt;&lt;P&gt;Note:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The full path to AutomateC.exe will need to be specified.&lt;/LI&gt;&lt;LI&gt;Use quotation marks when specifying long filenames or paths with spaces.&lt;/LI&gt;&lt;LI&gt;You can utilize /sso or /user for your credentials depending on your environment.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;This will generate a report with output like the following:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;==Order Management System (Business Object)==
 *ID: 1cdba4a6-4c8c-4cf7-a699-0aff3e3f81a5
 *Created by X on YYYY-ZZ-XX 09:45:54Z
 *Modified by X on YYYY-ZZ-XX 09:45:54Z
 *Type: Object
 *Run mode: Exclusive
 *Pages: 13
 *Stages: 189
===Validation Issues===
 Total: 64
 *No 'Store In' mapping set{0} x4
 *Blank value supplied{0} x4
 *Application element '{0}' is not referenced x2
 *No preconditions are defined x11
 *No postconditions are defined x11
 *Published action does not contain a description{0} x10
 *No description given for parameter '{0}' x13
 *Data item '{0}' is not referenced x7
 *Action stage has no description x2&lt;/LI-CODE&gt;&lt;P&gt;You could then parse this report and search for specific validation errors of interest, such as your example&amp;nbsp;&lt;EM&gt;"is not called by any other page"&lt;/EM&gt; to locate Processes and Objects that may contain them.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Oct 2024 15:22:17 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/View-Process-Validation-results-for-all-processes/m-p/116050#M52087</guid>
      <dc:creator>steven.boggs</dc:creator>
      <dc:date>2024-10-03T15:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: View Process Validation results for all processes</title>
      <link>https://community.blueprism.com/t5/Product-Forum/View-Process-Validation-results-for-all-processes/m-p/116056#M52089</link>
      <description>&lt;P&gt;The Blue Prism team could create little hints like this, lol, I believe many people didn't know that&lt;/P&gt;</description>
      <pubDate>Thu, 03 Oct 2024 23:36:17 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/View-Process-Validation-results-for-all-processes/m-p/116056#M52089</guid>
      <dc:creator>EmersonF</dc:creator>
      <dc:date>2024-10-03T23:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: View Process Validation results for all processes</title>
      <link>https://community.blueprism.com/t5/Product-Forum/View-Process-Validation-results-for-all-processes/m-p/116065#M52091</link>
      <description>&lt;P&gt;Thanks Steven. I don't want to be mean to you, because you've given me some useful information, but I'm so confused.&lt;/P&gt;&lt;P&gt;It's a hidden report that you can generate if someone is kind enough to tell you about it. You have to generate it via command line. It's a text file. It's human readable, but not in a standard format like XML or JSON so it's difficult to parse. Without parsing, it seems to be of limited use, especially when you have a large number of processes and objects.&lt;/P&gt;&lt;P&gt;What is the intended use for this report?&lt;/P&gt;&lt;P&gt;For my use case you mention that I can parse it to get instances of "is not called by any other page", but that's only useful if I can see which processes that occurs in, and that's really difficult to do without a standard parseable format&lt;/P&gt;</description>
      <pubDate>Fri, 04 Oct 2024 13:33:24 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/View-Process-Validation-results-for-all-processes/m-p/116065#M52091</guid>
      <dc:creator>foehl</dc:creator>
      <dc:date>2024-10-04T13:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: View Process Validation results for all processes</title>
      <link>https://community.blueprism.com/t5/Product-Forum/View-Process-Validation-results-for-all-processes/m-p/116112#M52100</link>
      <description>&lt;P&gt;The '/report' function for AutomateC.exe has been available in most versions of Blue Prism (I believe going back to v5.x when I started working here), and is documented as part of the available &lt;A href="https://docs.blueprism.com/bundle/blue-prism-enterprise-7-3/page/helpCommandLine.htm#AutomateCexeavailableswitches" target="_blank" rel="noopener"&gt;Command Line Options&lt;/A&gt;&amp;nbsp;in our documentation.&lt;/P&gt;&lt;P&gt;I understand this may not be what you're looking for to achieve your specific purpose, but the suggestion was intended as a starting point since the report should contain the data you're looking for (albeit in a "dump" format). If you'd like to see this type of reporting improved within the product, I would suggest you submit this as an enhancement request on our Ideas Portal for consideration from our Product team. From what I understand, future versions of BPE (i.e. v7.4+) are also slated to contain improvements to the Process/Object Studios error validation and reporting functionality that may help with this as well.&lt;/P&gt;&lt;P&gt;I'd also recommend to browse the Digital Exchange to see if there's any ready-made reporting objects/assets that could provide the validation errors from Processes/Objects in a more usable format, or perhaps other BPE developers could share their suggestions in this thread going forward.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Oct 2024 13:59:22 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/View-Process-Validation-results-for-all-processes/m-p/116112#M52100</guid>
      <dc:creator>steven.boggs</dc:creator>
      <dc:date>2024-10-07T13:59:22Z</dc:date>
    </item>
  </channel>
</rss>

