<?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: Running Alteryx Workflow analytic app on server through API with answer to question (. in Alteryx Server Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Running-Alteryx-Workflow-analytic-app-on-server-through-API-with/m-p/1073157#M12632</link>
    <description>&lt;OL&gt;&lt;LI&gt;Get the questions: /v1/workflows/{appId}/questions&lt;/LI&gt;&lt;LI&gt;Create the JSON with the answers&lt;/LI&gt;&lt;LI&gt;Queue the job: /v1/workflows/{appId}/jobs&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gabrielvilella_0-1675092355789.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/284151iD16C3C719E0B173D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="gabrielvilella_0-1675092355789.png" alt="gabrielvilella_0-1675092355789.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gabrielvilella_1-1675092426927.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/284153i05FA3C8706034A33/image-size/medium?v=v2&amp;amp;px=400" role="button" title="gabrielvilella_1-1675092426927.png" alt="gabrielvilella_1-1675092426927.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;JSON with the values should look like this:&lt;/P&gt;&lt;PRE&gt;{
"questions": [
{
"name": "Input String",
"value": "abcd"
}
]
}&lt;/PRE&gt;</description>
    <pubDate>Mon, 30 Jan 2023 15:29:48 GMT</pubDate>
    <dc:creator>gabrielvilella</dc:creator>
    <dc:date>2023-01-30T15:29:48Z</dc:date>
    <item>
      <title>Running Alteryx Workflow analytic app on server through API with answer to question (.py)</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Running-Alteryx-Workflow-analytic-app-on-server-through-API-with/m-p/1073022#M12629</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to run Alteryx analytic app on server through API using python script, but firstly I have to answer to question to text box tool (from interface tools). How to provide answer to this question in Python script? I can not find anything in API documentation.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Mariusz123_0-1675082246226.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/284109iD26E1C15F844F02A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Mariusz123_0-1675082246226.png" alt="Mariusz123_0-1675082246226.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance for any help / suggestions.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2023 12:39:55 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Running-Alteryx-Workflow-analytic-app-on-server-through-API-with/m-p/1073022#M12629</guid>
      <dc:creator>Mariusz123</dc:creator>
      <dc:date>2023-01-30T12:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: Running Alteryx Workflow analytic app on server through API with answer to question (.</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Running-Alteryx-Workflow-analytic-app-on-server-through-API-with/m-p/1073157#M12632</link>
      <description>&lt;OL&gt;&lt;LI&gt;Get the questions: /v1/workflows/{appId}/questions&lt;/LI&gt;&lt;LI&gt;Create the JSON with the answers&lt;/LI&gt;&lt;LI&gt;Queue the job: /v1/workflows/{appId}/jobs&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gabrielvilella_0-1675092355789.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/284151iD16C3C719E0B173D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="gabrielvilella_0-1675092355789.png" alt="gabrielvilella_0-1675092355789.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gabrielvilella_1-1675092426927.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/284153i05FA3C8706034A33/image-size/medium?v=v2&amp;amp;px=400" role="button" title="gabrielvilella_1-1675092426927.png" alt="gabrielvilella_1-1675092426927.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;JSON with the values should look like this:&lt;/P&gt;&lt;PRE&gt;{
"questions": [
{
"name": "Input String",
"value": "abcd"
}
]
}&lt;/PRE&gt;</description>
      <pubDate>Mon, 30 Jan 2023 15:29:48 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Running-Alteryx-Workflow-analytic-app-on-server-through-API-with/m-p/1073157#M12632</guid>
      <dc:creator>gabrielvilella</dc:creator>
      <dc:date>2023-01-30T15:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: Running Alteryx Workflow analytic app on server through API with answer to question (.</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Running-Alteryx-Workflow-analytic-app-on-server-through-API-with/m-p/1076044#M12665</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this still applicable with the latest version of the API (v3)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2023 11:54:59 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Running-Alteryx-Workflow-analytic-app-on-server-through-API-with/m-p/1076044#M12665</guid>
      <dc:creator>pinecone</dc:creator>
      <dc:date>2023-02-03T11:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: Running Alteryx Workflow analytic app on server through API with answer to question (.</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Running-Alteryx-Workflow-analytic-app-on-server-through-API-with/m-p/1076057#M12666</link>
      <description>&lt;P&gt;Those endpoints are from v1. But it doesn’t matter what is the version. If you have v3 you can still use all from v1 and v2.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2023 12:29:01 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Running-Alteryx-Workflow-analytic-app-on-server-through-API-with/m-p/1076057#M12666</guid>
      <dc:creator>gabrielvilella</dc:creator>
      <dc:date>2023-02-03T12:29:01Z</dc:date>
    </item>
    <item>
      <title>Re: Running Alteryx Workflow analytic app on server through API with answer to question (.</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Running-Alteryx-Workflow-analytic-app-on-server-through-API-with/m-p/1149834#M13566</link>
      <description>&lt;P&gt;Hi Gabrielviella,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you explain the process to run&amp;nbsp;&lt;SPAN&gt;Alteryx Workflow analytic app on server through API with answer to question (.py) in bit more detail.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Like what steps should be followed exactly?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2023 10:32:50 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Running-Alteryx-Workflow-analytic-app-on-server-through-API-with/m-p/1149834#M13566</guid>
      <dc:creator>arihant_jain</dc:creator>
      <dc:date>2023-06-16T10:32:50Z</dc:date>
    </item>
  </channel>
</rss>

