<?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: Dynamically fetch the Plan Name from Console to Task Variable in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Dynamically-fetch-the-Plan-Name-from-Console-to-Task-Variable/m-p/2297812#M70342</link>
    <description>&lt;P&gt;I'm afraid the &lt;B&gt;flow_ parameters will only point to task information. The only way you have of achieving this for plan info is by using the API. What is the concern about making an API call to retrieve this information? Maybe I can help? I use API calls within my jobs to pass information between jobs that are running and to start TMC jobs running dynamically. It is a really useful bit of functionality to master.&lt;/B&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 21 Apr 2022 13:57:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-04-21T13:57:04Z</dc:date>
    <item>
      <title>Dynamically fetch the Plan Name from Console to Task Variable</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamically-fetch-the-Plan-Name-from-Console-to-Task-Variable/m-p/2297807#M70337</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are trying to capture the Plan Name that we define in Talend Management Console &amp;amp; pass it as a variable at task (job) level&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Created a plan as below, but its not capturing the Plan Name against the variable as seen in 2nd screenshot  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000QDyglAAD.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/137616iDD1349A89D4F6D27/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000QDyglAAD.png" alt="0695b00000QDyglAAD.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000QDyggAAD.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134503i5E669A6A2AFC6BDD/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000QDyggAAD.png" alt="0695b00000QDyggAAD.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000QDygvAAD.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143290iDB9F54B6CBBC1CBF/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000QDygvAAD.png" alt="0695b00000QDygvAAD.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help us resolve  &lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 23:00:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamically-fetch-the-Plan-Name-from-Console-to-Task-Variable/m-p/2297807#M70337</guid>
      <dc:creator>Ansie</dc:creator>
      <dc:date>2024-11-15T23:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically fetch the Plan Name from Console to Task Variable</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamically-fetch-the-Plan-Name-from-Console-to-Task-Variable/m-p/2297808#M70338</link>
      <description>&lt;P&gt;If I understand your question, you should be able to retrieve all of this info using the api swagger info. You can see the specification here....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;https://api.us.cloud.talend.com/tmc/swagger/swagger-ui.html&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please note the URL (I am using the "US" version). You may be using a different version (possible "EU" for example). I used the "plans :: executables" calls to get this sort of data.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2022 15:41:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamically-fetch-the-Plan-Name-from-Console-to-Task-Variable/m-p/2297808#M70338</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-19T15:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically fetch the Plan Name from Console to Task Variable</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamically-fetch-the-Plan-Name-from-Console-to-Task-Variable/m-p/2297809#M70339</link>
      <description>&lt;P&gt;@Richard Hall​&amp;nbsp;thanks for a quick reply, but API swagger is not something we are looking for, we were looking for a solution between Talend management console &amp;amp; studio, We initially referred to this document &lt;/P&gt;&lt;P&gt;&lt;A href="https://help.talend.com/r/en-US/Cloud/remote-engine-user-guide-linux/context-parameters" alt="https://help.talend.com/r/en-US/Cloud/remote-engine-user-guide-linux/context-parameters" target="_blank"&gt;https://help.talend.com/r/en-US/Cloud/remote-engine-user-guide-linux/context-parameters&lt;/A&gt;&lt;/P&gt;&lt;P&gt; &amp;amp; enabled the plan variables at TRE level &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000QEAArAAP.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/131649iA6169A25D79A2B0A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000QEAArAAP.png" alt="0695b00000QEAArAAP.png" /&gt;&lt;/span&gt; passed them as blank variable via studio job &lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000QEABBAA5.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/141222i4F2A81A8A9D1BDB3/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000QEABBAA5.png" alt="0695b00000QEABBAA5.png" /&gt;&lt;/span&gt;unable to capture them at runtime, request to help here &lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2022 11:23:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamically-fetch-the-Plan-Name-from-Console-to-Task-Variable/m-p/2297809#M70339</guid>
      <dc:creator>Ansie</dc:creator>
      <dc:date>2022-04-20T11:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically fetch the Plan Name from Console to Task Variable</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamically-fetch-the-Plan-Name-from-Console-to-Task-Variable/m-p/2297810#M70340</link>
      <description>&lt;P&gt;I'm afraid you will need to simplify what it is you are looking to do. You saying you want to pass the Plan Name. This can certainly be obtained with a Talend Studio job using a rest call and the API I pointed you to. You can find out anything you need from the TMC within a Talend job running outside of TMC or with TMC by making a rest call. But I suspect that maybe this is closer to what you are looking for....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;https://help.talend.com/r/en-US/Cloud/studio-user-guide-data-integration/task-parameters&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2022 14:49:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamically-fetch-the-Plan-Name-from-Console-to-Task-Variable/m-p/2297810#M70340</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-20T14:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically fetch the Plan Name from Console to Task Variable</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamically-fetch-the-Plan-Name-from-Console-to-Task-Variable/m-p/2297811#M70341</link>
      <description>&lt;P&gt;Thank you for your response; nevertheless, we need the plan name to be stored in a variable without the use of a rest call or API swagger.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We've set up the flow execution variables post referring to link shared above, however they just provide task-level information and nothing about the plan.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000QELzqAAH.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145334i1AF53DAC1B0286EC/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000QELzqAAH.png" alt="0695b00000QELzqAAH.png" /&gt;&lt;/span&gt;Please advise if there is another way to capture the plan name.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2022 13:05:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamically-fetch-the-Plan-Name-from-Console-to-Task-Variable/m-p/2297811#M70341</guid>
      <dc:creator>Ansie</dc:creator>
      <dc:date>2022-04-21T13:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically fetch the Plan Name from Console to Task Variable</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamically-fetch-the-Plan-Name-from-Console-to-Task-Variable/m-p/2297812#M70342</link>
      <description>&lt;P&gt;I'm afraid the &lt;B&gt;flow_ parameters will only point to task information. The only way you have of achieving this for plan info is by using the API. What is the concern about making an API call to retrieve this information? Maybe I can help? I use API calls within my jobs to pass information between jobs that are running and to start TMC jobs running dynamically. It is a really useful bit of functionality to master.&lt;/B&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2022 13:57:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamically-fetch-the-Plan-Name-from-Console-to-Task-Variable/m-p/2297812#M70342</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-21T13:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically fetch the Plan Name from Console to Task Variable</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamically-fetch-the-Plan-Name-from-Console-to-Task-Variable/m-p/2297813#M70343</link>
      <description>&lt;P&gt;Could you please explain how activating task variables in TRE (remote engine) as described in this document works ,&lt;/P&gt;&lt;P&gt;https://help.talend.com/r/en-US/Cloud/remote-engine-user-guide-linux/context-parameters&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and if it can be used to fetch details at the task/job level?&lt;/P&gt;</description>
      <pubDate>Fri, 22 Apr 2022 12:45:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamically-fetch-the-Plan-Name-from-Console-to-Task-Variable/m-p/2297813#M70343</guid>
      <dc:creator>Ansie</dc:creator>
      <dc:date>2022-04-22T12:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically fetch the Plan Name from Console to Task Variable</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamically-fetch-the-Plan-Name-from-Console-to-Task-Variable/m-p/2297814#M70344</link>
      <description>&lt;P&gt;Hi @Ansie Jacob​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think we have got to a point where it would be easier for you to raise this as a support case. We are approaching an area where it is so much quicker and easier to take a look at your current configuration....which we can't do via the Community. However, thank you for coming via this route. This discussion will certainly provide answers and clarifications to some other users who are seeking similar information.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Apr 2022 13:44:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamically-fetch-the-Plan-Name-from-Console-to-Task-Variable/m-p/2297814#M70344</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-22T13:44:01Z</dc:date>
    </item>
  </channel>
</rss>

