<?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 API: How to call Talend API to do Plan Execution in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Talend-API-How-to-call-Talend-API-to-do-Plan-Execution/ta-p/2443736</link>
    <description>&lt;P&gt;&lt;SPAN class="test-id__field-value slds-form-element__static slds-grow " data-aura-rendered-by="1717:0"&gt;&lt;SPAN class="uiOutputTextArea" data-aura-rendered-by="1707:0" data-aura-class="uiOutputTextArea"&gt;To manage and browse executions of your Tasks, Plans and Promotions, please use the correct objects in the processing entity. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="test-id__field-value slds-form-element__static slds-grow " data-aura-rendered-by="1717:0"&gt;&lt;SPAN class="uiOutputTextArea" data-aura-rendered-by="1707:0" data-aura-class="uiOutputTextArea"&gt;As per our API doc &lt;A href="https://api.talend.com/apis/processing/2021-03/" target="_blank" rel="noopener"&gt;https://api.talend.com/apis/processing/2021-03/&amp;nbsp;&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="test-id__field-value slds-form-element__static slds-grow " data-aura-rendered-by="1717:0"&gt;&lt;SPAN class="uiOutputTextArea" data-aura-rendered-by="1707:0" data-aura-class="uiOutputTextArea"&gt;and &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A title="https://api.talend.com/apis/processing/2021-03/#type_planexecutable" href="https://api.talend.com/apis/processing/2021-03/#type_planexecutable" target="_self"&gt;PlanExecutable&lt;/A&gt; section, &lt;SPAN class="test-id__field-value slds-form-element__static slds-grow " data-aura-rendered-by="1717:0"&gt;&lt;SPAN class="uiOutputTextArea" data-aura-rendered-by="1707:0" data-aura-class="uiOutputTextArea"&gt;the object step identifier(stepId) should be equivalent to stepExecutionID.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="test-id__field-value slds-form-element__static slds-grow " data-aura-rendered-by="1717:0"&gt;&lt;SPAN class="uiOutputTextArea" data-aura-rendered-by="1707:0" data-aura-class="uiOutputTextArea"&gt;&amp;nbsp;For example:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;SPAN class="test-id__field-value slds-form-element__static slds-grow " data-aura-rendered-by="1717:0"&gt;&lt;SPAN class="uiOutputTextArea" data-aura-rendered-by="1707:0" data-aura-class="uiOutputTextArea"&gt;{&lt;BR /&gt;"executable": "b91cf8b2-5dd1-4b18-915b-4c447cee5267",&lt;BR /&gt;"executionPlanId": "0798b8d1-0e12-472f-be02-a0f04e792daa",&lt;BR /&gt;"rerunOnlyFailedTasks": true,&lt;BR /&gt;"stepId": "09043c9f-02d0-41f6-b3cb-0ea53ffde377"&lt;BR /&gt;}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;DIV class="slds-form-element__control slds-grid itemBody" data-aura-rendered-by="1810:0"&gt;
&lt;DIV class="slds-rich-text-editor__output uiOutputRichText forceOutputRichText forceKnowledgeOutputRichTextForKnowledge" dir="ltr" data-aura-rendered-by="1802:0" data-aura-class="uiOutputRichText forceOutputRichText forceKnowledgeOutputRichTextForKnowledge"&gt;
&lt;P data-aura-rendered-by="1803:0"&gt;If we put stepId in the field, it is likely to get exception&amp;nbsp;when calling API to execute plan&amp;nbsp;&lt;BR /&gt;"&lt;STRONG&gt;Validation do not allow processing entity&lt;/STRONG&gt;"&lt;/P&gt;
&lt;P data-aura-rendered-by="1803:0"&gt;The solution is to get all steps for a plan execution (order by designed execution, only steps, without error handlers) to gain stepExecutionID from query by issuing this API&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;{{apiUrl}}/processing/executions/plans/:planExecutionId/steps&lt;/LI-CODE&gt;
&lt;P data-aura-rendered-by="1803:0"&gt;&lt;BR /&gt;And the executionID in the successful response array of &lt;A href="https://api.talend.com/apis/processing/2021-03/#type_stepexecution" target="_blank" rel="noopener"&gt;StepExecution&lt;/A&gt; is the one you need to select and put in the stepID field of API call post /processing/executions/plans&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;H4&gt;&amp;nbsp;&lt;/H4&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Environment&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;various Talend Products&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 16 May 2024 06:42:57 GMT</pubDate>
    <dc:creator>Bo_Yuan</dc:creator>
    <dc:date>2024-05-16T06:42:57Z</dc:date>
    <item>
      <title>Qlik Talend API: How to call Talend API to do Plan Execution</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Talend-API-How-to-call-Talend-API-to-do-Plan-Execution/ta-p/2443736</link>
      <description>&lt;P&gt;&lt;SPAN class="test-id__field-value slds-form-element__static slds-grow " data-aura-rendered-by="1717:0"&gt;&lt;SPAN class="uiOutputTextArea" data-aura-rendered-by="1707:0" data-aura-class="uiOutputTextArea"&gt;To manage and browse executions of your Tasks, Plans and Promotions, please use the correct objects in the processing entity. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="test-id__field-value slds-form-element__static slds-grow " data-aura-rendered-by="1717:0"&gt;&lt;SPAN class="uiOutputTextArea" data-aura-rendered-by="1707:0" data-aura-class="uiOutputTextArea"&gt;As per our API doc &lt;A href="https://api.talend.com/apis/processing/2021-03/" target="_blank" rel="noopener"&gt;https://api.talend.com/apis/processing/2021-03/&amp;nbsp;&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="test-id__field-value slds-form-element__static slds-grow " data-aura-rendered-by="1717:0"&gt;&lt;SPAN class="uiOutputTextArea" data-aura-rendered-by="1707:0" data-aura-class="uiOutputTextArea"&gt;and &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A title="https://api.talend.com/apis/processing/2021-03/#type_planexecutable" href="https://api.talend.com/apis/processing/2021-03/#type_planexecutable" target="_self"&gt;PlanExecutable&lt;/A&gt; section, &lt;SPAN class="test-id__field-value slds-form-element__static slds-grow " data-aura-rendered-by="1717:0"&gt;&lt;SPAN class="uiOutputTextArea" data-aura-rendered-by="1707:0" data-aura-class="uiOutputTextArea"&gt;the object step identifier(stepId) should be equivalent to stepExecutionID.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="test-id__field-value slds-form-element__static slds-grow " data-aura-rendered-by="1717:0"&gt;&lt;SPAN class="uiOutputTextArea" data-aura-rendered-by="1707:0" data-aura-class="uiOutputTextArea"&gt;&amp;nbsp;For example:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;SPAN class="test-id__field-value slds-form-element__static slds-grow " data-aura-rendered-by="1717:0"&gt;&lt;SPAN class="uiOutputTextArea" data-aura-rendered-by="1707:0" data-aura-class="uiOutputTextArea"&gt;{&lt;BR /&gt;"executable": "b91cf8b2-5dd1-4b18-915b-4c447cee5267",&lt;BR /&gt;"executionPlanId": "0798b8d1-0e12-472f-be02-a0f04e792daa",&lt;BR /&gt;"rerunOnlyFailedTasks": true,&lt;BR /&gt;"stepId": "09043c9f-02d0-41f6-b3cb-0ea53ffde377"&lt;BR /&gt;}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;DIV class="slds-form-element__control slds-grid itemBody" data-aura-rendered-by="1810:0"&gt;
&lt;DIV class="slds-rich-text-editor__output uiOutputRichText forceOutputRichText forceKnowledgeOutputRichTextForKnowledge" dir="ltr" data-aura-rendered-by="1802:0" data-aura-class="uiOutputRichText forceOutputRichText forceKnowledgeOutputRichTextForKnowledge"&gt;
&lt;P data-aura-rendered-by="1803:0"&gt;If we put stepId in the field, it is likely to get exception&amp;nbsp;when calling API to execute plan&amp;nbsp;&lt;BR /&gt;"&lt;STRONG&gt;Validation do not allow processing entity&lt;/STRONG&gt;"&lt;/P&gt;
&lt;P data-aura-rendered-by="1803:0"&gt;The solution is to get all steps for a plan execution (order by designed execution, only steps, without error handlers) to gain stepExecutionID from query by issuing this API&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;{{apiUrl}}/processing/executions/plans/:planExecutionId/steps&lt;/LI-CODE&gt;
&lt;P data-aura-rendered-by="1803:0"&gt;&lt;BR /&gt;And the executionID in the successful response array of &lt;A href="https://api.talend.com/apis/processing/2021-03/#type_stepexecution" target="_blank" rel="noopener"&gt;StepExecution&lt;/A&gt; is the one you need to select and put in the stepID field of API call post /processing/executions/plans&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;H4&gt;&amp;nbsp;&lt;/H4&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Environment&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;various Talend Products&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2024 06:42:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Talend-API-How-to-call-Talend-API-to-do-Plan-Execution/ta-p/2443736</guid>
      <dc:creator>Bo_Yuan</dc:creator>
      <dc:date>2024-05-16T06:42:57Z</dc:date>
    </item>
  </channel>
</rss>

