<?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 How to pass context variables, Context Groups while triggering Talend jobs using API ? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-pass-context-variables-Context-Groups-while-triggering/m-p/2355613#M121327</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;We are having a few generic jobs which we used to call using the metaservlet api in Talend 7.2.1.&lt;/P&gt;&lt;P&gt;We recently have moved to Talend Cloud Real-Time Big Data Platform and are trying to utilize the API calls to trigger tasks in TMC.&lt;/P&gt;&lt;P&gt;We are using below links as reference.&lt;/P&gt;&lt;P&gt;&lt;A href="https://api.us-west.cloud.talend.com/tmc/swagger/swagger-ui.html#" target="_blank"&gt;https://api.us-west.cloud.talend.com/tmc/swagger/swagger-ui.html#&lt;/A&gt; !/executions/execute&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to pass &lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Context Variables - outside context groups&lt;/LI&gt;&lt;LI&gt;Context Groups&lt;/LI&gt;&lt;LI&gt;Connections - Initialized in TMC ?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The generic jobs receive these values from a parent job. Kindly let me know for any other details.&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;</description>
    <pubDate>Fri, 15 Nov 2024 23:56:16 GMT</pubDate>
    <dc:creator>rbk_tal</dc:creator>
    <dc:date>2024-11-15T23:56:16Z</dc:date>
    <item>
      <title>How to pass context variables, Context Groups while triggering Talend jobs using API ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-pass-context-variables-Context-Groups-while-triggering/m-p/2355613#M121327</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;We are having a few generic jobs which we used to call using the metaservlet api in Talend 7.2.1.&lt;/P&gt;&lt;P&gt;We recently have moved to Talend Cloud Real-Time Big Data Platform and are trying to utilize the API calls to trigger tasks in TMC.&lt;/P&gt;&lt;P&gt;We are using below links as reference.&lt;/P&gt;&lt;P&gt;&lt;A href="https://api.us-west.cloud.talend.com/tmc/swagger/swagger-ui.html#" target="_blank"&gt;https://api.us-west.cloud.talend.com/tmc/swagger/swagger-ui.html#&lt;/A&gt; !/executions/execute&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to pass &lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Context Variables - outside context groups&lt;/LI&gt;&lt;LI&gt;Context Groups&lt;/LI&gt;&lt;LI&gt;Connections - Initialized in TMC ?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The generic jobs receive these values from a parent job. Kindly let me know for any other details.&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 23:56:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-pass-context-variables-Context-Groups-while-triggering/m-p/2355613#M121327</guid>
      <dc:creator>rbk_tal</dc:creator>
      <dc:date>2024-11-15T23:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass context variables, Context Groups while triggering Talend jobs using API ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-pass-context-variables-Context-Groups-while-triggering/m-p/2355614#M121328</link>
      <description>&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can pass context variables values using API call with execute function by using "parameters" tag. Example : &lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp;"executable": &amp;lt;executable_ID&amp;gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;"logLevel": "WARN",&lt;/P&gt;&lt;P&gt;&amp;nbsp;"parameters": { &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"my_context_variable": "hello",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"my_context_variable2": "hello"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;} &lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For Connection, you have to initialized the connection in TMC. Context variable used in the studio need to be named correctly to work.&lt;/P&gt;&lt;P&gt;You have example in this documentation : &lt;/P&gt;&lt;P&gt;https://help.talend.com/r/en-US/Cloud/management-console-user-guide/creating-custom-connection&lt;/P&gt;&lt;P&gt;(There's an example with Amazon RDS)&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jul 2021 16:16:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-pass-context-variables-Context-Groups-while-triggering/m-p/2355614#M121328</guid>
      <dc:creator>MS5</dc:creator>
      <dc:date>2021-07-19T16:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass context variables, Context Groups while triggering Talend jobs using API ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-pass-context-variables-Context-Groups-while-triggering/m-p/2355615#M121329</link>
      <description>&lt;P&gt;Thank you very much for your response.&lt;/P&gt;&lt;P&gt;I have been trying to get the API to work and facing some issues.&lt;/P&gt;&lt;P&gt;Connections and Parameters work, but have issues with the context groups...&lt;/P&gt;&lt;P&gt;I am looking for any way to pass the value which the context groups should pick up and pass it on to child jobs as well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In 7.2.1, we had the option to choose in TAC&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000HB0SFAA1.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/152470i36F83EEE2BD30E93/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000HB0SFAA1.jpg" alt="0695b00000HB0SFAA1.jpg" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What would be the equivalent value in TMC - Public API&lt;/P&gt;&lt;P&gt;Basically to pass DEV in DEV environment and PRD in Prod environment which would get passed to the child jobs as well....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for all the help.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Aug 2021 11:13:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-pass-context-variables-Context-Groups-while-triggering/m-p/2355615#M121329</guid>
      <dc:creator>rbk_tal</dc:creator>
      <dc:date>2021-08-06T11:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass context variables, Context Groups while triggering Talend jobs using API ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-pass-context-variables-Context-Groups-while-triggering/m-p/2355616#M121330</link>
      <description>&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;I'm not sure that you can manage that using the API, but you can have a look to this link : &lt;/P&gt;&lt;P&gt;https://community.talend.com/s/article/Talend-Cloud-Contextualization-cQjcP?language=en_US&lt;/P&gt;&lt;P&gt;I think that the paragraph &lt;B&gt;Context group name as environment name &lt;/B&gt;describe what you want to do.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Aug 2021 14:06:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-pass-context-variables-Context-Groups-while-triggering/m-p/2355616#M121330</guid>
      <dc:creator>MS5</dc:creator>
      <dc:date>2021-08-06T14:06:22Z</dc:date>
    </item>
  </channel>
</rss>

