<?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: How to build workflow in the server -to check how many users are using network share d in Alteryx Server Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/How-to-build-workflow-in-the-server-to-check-how-many-users-are/m-p/1330049#M16110</link>
    <description>&lt;P&gt;You will need to decode &lt;STRONG&gt;_ServiceData&lt;/STRONG&gt; in &lt;A href="https://help.alteryx.com/20231/en/server/configure/mongodb-management/mongodb-schema-reference/alteryxservice-mongodb-schema.html#idp388186" target="_self"&gt;AS_Applications&lt;/A&gt;&amp;nbsp;to extract the workflow from the database. Then parse the XML data (workflow is XML) to get the info you're looking for.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You're better off using the server API to get a list of and download all of the workflows, then parse each workflow to mine for the data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 17 Oct 2024 02:51:32 GMT</pubDate>
    <dc:creator>TheCoffeeDude</dc:creator>
    <dc:date>2024-10-17T02:51:32Z</dc:date>
    <item>
      <title>How to build workflow in the server -to check how many users are using network share drive</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/How-to-build-workflow-in-the-server-to-check-how-many-users-are/m-p/1329003#M16085</link>
      <description>&lt;P&gt;As an Alteryx admin, I want to check how many Alteryx developers are using network share drive as input output too, who are the owners. - Suggestions will be highly appreciated.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2024 15:49:49 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/How-to-build-workflow-in-the-server-to-check-how-many-users-are/m-p/1329003#M16085</guid>
      <dc:creator>Piyali417</dc:creator>
      <dc:date>2024-10-14T15:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to build workflow in the server -to check how many users are using network share d</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/How-to-build-workflow-in-the-server-to-check-how-many-users-are/m-p/1329040#M16086</link>
      <description>&lt;P&gt;You'd need to parse each workflow that's published to identify tools that are dependent on network shares. I'd suggest starting here and customize these to suit your needs.&lt;/P&gt;&lt;P&gt;&lt;A href="https://marketplace.alteryx.com/en-US/apps/421894/customer-managed-telemetry" target="_blank"&gt;https://marketplace.alteryx.com/en-US/apps/421894/customer-managed-telemetry&lt;/A&gt;&amp;nbsp;will parse and generate various workflow telemetry data,&lt;/P&gt;&lt;P&gt;or&amp;nbsp;&lt;A href="https://marketplace.alteryx.com/en-US/apps/444941/workflow-xml-parser" target="_blank"&gt;https://marketplace.alteryx.com/en-US/apps/444941/workflow-xml-parser&lt;/A&gt;&amp;nbsp;for just parsing the XML and you design to get whatever information is important to you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Good resource if you want to create something to pull published workflows into a local file drive:&lt;/P&gt;&lt;P&gt;&lt;A href="https://marketplace.alteryx.com/en-US/apps/421688/workflow-migration" target="_blank"&gt;https://marketplace.alteryx.com/en-US/apps/421688/workflow-migration&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Needed to retrieve the workflows:&lt;/P&gt;&lt;P&gt;&lt;A href="https://marketplace.alteryx.com/en-US/apps/418052/server-api-tool" target="_blank"&gt;https://marketplace.alteryx.com/en-US/apps/418052/server-api-tool&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You may also be able to just use the Server API tool to get the message log of each run job, which would include the full file path of any input/output operation the workflow performed.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2024 17:36:45 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/How-to-build-workflow-in-the-server-to-check-how-many-users-are/m-p/1329040#M16086</guid>
      <dc:creator>jrgo</dc:creator>
      <dc:date>2024-10-14T17:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to build workflow in the server -to check how many users are using network share d</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/How-to-build-workflow-in-the-server-to-check-how-many-users-are/m-p/1329186#M16087</link>
      <description>&lt;P&gt;Hi @jrgo, I wanted to ask, without any add on tool is it possible to fetch details? like preparing custom workflow using mongo db and all tool normally available in the server.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Oct 2024 07:10:49 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/How-to-build-workflow-in-the-server-to-check-how-many-users-are/m-p/1329186#M16087</guid>
      <dc:creator>Piyali417</dc:creator>
      <dc:date>2024-10-15T07:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to build workflow in the server -to check how many users are using network share d</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/How-to-build-workflow-in-the-server-to-check-how-many-users-are/m-p/1330049#M16110</link>
      <description>&lt;P&gt;You will need to decode &lt;STRONG&gt;_ServiceData&lt;/STRONG&gt; in &lt;A href="https://help.alteryx.com/20231/en/server/configure/mongodb-management/mongodb-schema-reference/alteryxservice-mongodb-schema.html#idp388186" target="_self"&gt;AS_Applications&lt;/A&gt;&amp;nbsp;to extract the workflow from the database. Then parse the XML data (workflow is XML) to get the info you're looking for.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You're better off using the server API to get a list of and download all of the workflows, then parse each workflow to mine for the data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2024 02:51:32 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/How-to-build-workflow-in-the-server-to-check-how-many-users-are/m-p/1330049#M16110</guid>
      <dc:creator>TheCoffeeDude</dc:creator>
      <dc:date>2024-10-17T02:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to build workflow in the server -to check how many users are using network share d</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/How-to-build-workflow-in-the-server-to-check-how-many-users-are/m-p/1330050#M16111</link>
      <description>&lt;P&gt;I just saw this in another thread - it'll help you download all workflows on a server.&amp;nbsp;&lt;A href="https://community.alteryx.com/t5/Alteryx-Server-Discussions/ServerRipper-Using-the-Alteryx-Gallery-API-to-download-workflows/td-p/561875" target="_blank"&gt;https://community.alteryx.com/t5/Alteryx-Server-Discussions/ServerRipper-Using-the-Alteryx-Gallery-API-to-download-workflows/td-p/561875&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2024 02:54:11 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/How-to-build-workflow-in-the-server-to-check-how-many-users-are/m-p/1330050#M16111</guid>
      <dc:creator>TheCoffeeDude</dc:creator>
      <dc:date>2024-10-17T02:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to build workflow in the server -to check how many users are using network share d</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/How-to-build-workflow-in-the-server-to-check-how-many-users-are/m-p/1330193#M16114</link>
      <description>&lt;P&gt;Hi, Do you have any demo workflow?&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2024 10:21:22 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/How-to-build-workflow-in-the-server-to-check-how-many-users-are/m-p/1330193#M16114</guid>
      <dc:creator>Piyali417</dc:creator>
      <dc:date>2024-10-17T10:21:22Z</dc:date>
    </item>
  </channel>
</rss>

