<?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>article Qlik Talend Cloud: How to Change the Value of Context Parameters and Propagate the Change to all Tasks? in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Talend-Cloud-How-to-Change-the-Value-of-Context-Parameters/ta-p/2529050</link>
    <description>&lt;P&gt;For Qlik Talend On-premises Solution, when using global context values in all jobs, If you want to change the file path values to replace d:/ with t:/, you can propagate the change to all jobs in the Studio.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ContextValueStudio.png" style="width: 889px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/183300iC78FBE2CC38F6426/image-size/large?v=v2&amp;amp;px=999" role="button" title="ContextValueStudio.png" alt="ContextValueStudio.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;BR /&gt;How about Qlik Talend Cloud and Hybrid Solutions? This article provides a brief introduction to changing the value of context parameters and propagating the change to all Tasks in Talend Cloud.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;How To&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;You can use this API to update artifact parameters&lt;/P&gt;
&lt;PRE class="ckeditor_codeblock"&gt;&lt;STRONG&gt;Put&lt;/STRONG&gt; https://api.eu.cloud.talend.com/orchestration/executables/tasks/{taskid}&lt;/PRE&gt;
&lt;P&gt;In the body, set the paramters you want to update:&lt;BR /&gt;&lt;BR /&gt;Example: change the ContextFilePath": from "C:/Franking/in.csv" to &amp;nbsp;"h:/Franking/in.csv")&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;{
 "name": "contextpath",
 "description": "CC",
 "workspaceId": "61167bef18d7d656bfae071d",
"artifact": {
   "id": "689b5d04febbe74489779c31",    
   "version": "0.1.0.20251208032554"
 },
 "parameters":{
"ContextFilePath": "h:/Franking/in.csv"
}
}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ContextValueCloud.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/183301i6C009029AB04160B/image-size/large?v=v2&amp;amp;px=999" role="button" title="ContextValueCloud.png" alt="ContextValueCloud.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE class="quote"&gt;To maintain context values better in the long run for multiple jobs, create a Connection in Talend Cloud. This way, all context in the job can be updated by updating the file name in the Qlik Talend Management Console Connection as opposed to running the API multiple times. For information on how to set up a connection, see &lt;A href="https://help.qlik.com/talend/en-us/management-console-user-guide/cloud/tmc-connections" target="_blank" rel="noopener"&gt;Managing connections&lt;/A&gt;.&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Environment&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;LI-PRODUCT title="Talend Cloud" id="qlik_TalendCloud"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;&lt;LI-PRODUCT title="Talend Studio" id="qlik_TalendStudio"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;</description>
    <pubDate>Tue, 02 Sep 2025 02:05:55 GMT</pubDate>
    <dc:creator>FangZhen_TAO</dc:creator>
    <dc:date>2025-09-02T02:05:55Z</dc:date>
    <item>
      <title>Qlik Talend Cloud: How to Change the Value of Context Parameters and Propagate the Change to all Tasks?</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Talend-Cloud-How-to-Change-the-Value-of-Context-Parameters/ta-p/2529050</link>
      <description>&lt;P&gt;For Qlik Talend On-premises Solution, when using global context values in all jobs, If you want to change the file path values to replace d:/ with t:/, you can propagate the change to all jobs in the Studio.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ContextValueStudio.png" style="width: 889px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/183300iC78FBE2CC38F6426/image-size/large?v=v2&amp;amp;px=999" role="button" title="ContextValueStudio.png" alt="ContextValueStudio.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;BR /&gt;How about Qlik Talend Cloud and Hybrid Solutions? This article provides a brief introduction to changing the value of context parameters and propagating the change to all Tasks in Talend Cloud.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;How To&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;You can use this API to update artifact parameters&lt;/P&gt;
&lt;PRE class="ckeditor_codeblock"&gt;&lt;STRONG&gt;Put&lt;/STRONG&gt; https://api.eu.cloud.talend.com/orchestration/executables/tasks/{taskid}&lt;/PRE&gt;
&lt;P&gt;In the body, set the paramters you want to update:&lt;BR /&gt;&lt;BR /&gt;Example: change the ContextFilePath": from "C:/Franking/in.csv" to &amp;nbsp;"h:/Franking/in.csv")&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;{
 "name": "contextpath",
 "description": "CC",
 "workspaceId": "61167bef18d7d656bfae071d",
"artifact": {
   "id": "689b5d04febbe74489779c31",    
   "version": "0.1.0.20251208032554"
 },
 "parameters":{
"ContextFilePath": "h:/Franking/in.csv"
}
}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ContextValueCloud.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/183301i6C009029AB04160B/image-size/large?v=v2&amp;amp;px=999" role="button" title="ContextValueCloud.png" alt="ContextValueCloud.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE class="quote"&gt;To maintain context values better in the long run for multiple jobs, create a Connection in Talend Cloud. This way, all context in the job can be updated by updating the file name in the Qlik Talend Management Console Connection as opposed to running the API multiple times. For information on how to set up a connection, see &lt;A href="https://help.qlik.com/talend/en-us/management-console-user-guide/cloud/tmc-connections" target="_blank" rel="noopener"&gt;Managing connections&lt;/A&gt;.&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Environment&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;LI-PRODUCT title="Talend Cloud" id="qlik_TalendCloud"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;&lt;LI-PRODUCT title="Talend Studio" id="qlik_TalendStudio"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Tue, 02 Sep 2025 02:05:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Talend-Cloud-How-to-Change-the-Value-of-Context-Parameters/ta-p/2529050</guid>
      <dc:creator>FangZhen_TAO</dc:creator>
      <dc:date>2025-09-02T02:05:55Z</dc:date>
    </item>
  </channel>
</rss>

