<?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: Update Context params with MetaservletAPI updateTask does not work with Talend v8.0.1 in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Update-Context-params-with-MetaservletAPI-updateTask-does-not/m-p/2301473#M73579</link>
    <description>&lt;P&gt;@safouane BEN MANSOUR​&amp;nbsp;,  the context parameter here is used to pass a new value, rather than creating a new variable, the context variable must be defined in the job in studio. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 11 May 2022 12:23:14 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-05-11T12:23:14Z</dc:date>
    <item>
      <title>Update Context params with MetaservletAPI updateTask does not work with Talend v8.0.1</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Update-Context-params-with-MetaservletAPI-updateTask-does-not/m-p/2301470#M73576</link>
      <description>&lt;P&gt;This metaServletAPI call does not insert new context  values to the already existing task. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp;"actionName": "updateTask",&lt;/P&gt;&lt;P&gt;&amp;nbsp;"authPass": "XXXXXXX",&lt;/P&gt;&lt;P&gt;&amp;nbsp;"authUser": "XXXXXXXX",&lt;/P&gt;&lt;P&gt;&amp;nbsp;"context":{"varname1": "varvalue", "varname2": "varvalue2"},&lt;/P&gt;&lt;P&gt;&amp;nbsp;"taskId": 10,&lt;/P&gt;&lt;P&gt;&amp;nbsp;"timeout": 3600&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can see the timeout value being updated but not the context params.  (No parsing problem ... ) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that I can directly insert some rows in Database but for me it's the ugliest and most unrecommended solution. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it a new bug ? or the call is somehow wrong ?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 22:55:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Update-Context-params-with-MetaservletAPI-updateTask-does-not/m-p/2301470#M73576</guid>
      <dc:creator>Safus</dc:creator>
      <dc:date>2024-11-15T22:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: Update Context params with MetaservletAPI updateTask does not work with Talend v8.0.1</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Update-Context-params-with-MetaservletAPI-updateTask-does-not/m-p/2301471#M73577</link>
      <description>&lt;P&gt;Hello &lt;/P&gt;&lt;P&gt;I look into the metaSevlet API &lt;A href="https://help.talend.com/r/en-US/8.0/administration-center-metaservlet-api/metaservlet-commands" alt="https://help.talend.com/r/en-US/8.0/administration-center-metaservlet-api/metaservlet-commands" target="_blank"&gt;documentation&lt;/A&gt;, the updateTask command allows customize value and make it enabled for context.&lt;/P&gt;&lt;P&gt;Go to check if it works with only one variable. &lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp;"actionName": "updateTask",&lt;/P&gt;&lt;P&gt;&amp;nbsp;"authPass": "XXXXXXX",&lt;/P&gt;&lt;P&gt;&amp;nbsp;"authUser": "XXXXXXXX",&lt;/P&gt;&lt;P&gt;&amp;nbsp;"context":{"varname1": "varvalue"},&lt;/P&gt;&lt;P&gt;&amp;nbsp;"taskId": 10,&lt;/P&gt;&lt;P&gt;&amp;nbsp;"timeout": 3600&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;with 2 or more variables. &lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp;"actionName": "updateTask",&lt;/P&gt;&lt;P&gt;&amp;nbsp;"authPass": "XXXXXXX",&lt;/P&gt;&lt;P&gt;&amp;nbsp;"authUser": "XXXXXXXX",&lt;/P&gt;&lt;P&gt;&amp;nbsp;"context":{"varname1": "varvalue";"varname2": "varvalue2"},&lt;/P&gt;&lt;P&gt;&amp;nbsp;"taskId": 10,&lt;/P&gt;&lt;P&gt;&amp;nbsp;"timeout": 3600&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shong&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2022 09:42:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Update-Context-params-with-MetaservletAPI-updateTask-does-not/m-p/2301471#M73577</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-05-11T09:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: Update Context params with MetaservletAPI updateTask does not work with Talend v8.0.1</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Update-Context-params-with-MetaservletAPI-updateTask-does-not/m-p/2301472#M73578</link>
      <description>&lt;P&gt;Hello @Shicong Hong​&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have already tested with one value but it does not work. &lt;/P&gt;&lt;P&gt;But the endpoint can update a value of an existing context variable and it does not create a new variable. &lt;/P&gt;&lt;P&gt;Is is a bug or is it what it is was developed for ? &lt;/P&gt;&lt;P&gt;Is there a way to create a new custom context variable for a task ?&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2022 10:11:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Update-Context-params-with-MetaservletAPI-updateTask-does-not/m-p/2301472#M73578</guid>
      <dc:creator>Safus</dc:creator>
      <dc:date>2022-05-11T10:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: Update Context params with MetaservletAPI updateTask does not work with Talend v8.0.1</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Update-Context-params-with-MetaservletAPI-updateTask-does-not/m-p/2301473#M73579</link>
      <description>&lt;P&gt;@safouane BEN MANSOUR​&amp;nbsp;,  the context parameter here is used to pass a new value, rather than creating a new variable, the context variable must be defined in the job in studio. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2022 12:23:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Update-Context-params-with-MetaservletAPI-updateTask-does-not/m-p/2301473#M73579</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-05-11T12:23:14Z</dc:date>
    </item>
  </channel>
</rss>

