<?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>question Re: Nifi: Context Parameter usage in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Nifi-Context-Parameter-usage/m-p/361818#M238660</link>
    <description>&lt;P&gt;Hello,&lt;BR /&gt;Thank you Matt for your quick response (and sorry for my late response).&lt;/P&gt;&lt;P&gt;It work perfectly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 19 Jan 2023 15:35:33 GMT</pubDate>
    <dc:creator>Absolute_Z</dc:creator>
    <dc:date>2023-01-19T15:35:33Z</dc:date>
    <item>
      <title>Nifi: Context Parameter usage</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Nifi-Context-Parameter-usage/m-p/361175#M238523</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to implement an automation process to instanciate a nifi cluster and I have a problem with Context Parameters.&lt;/P&gt;&lt;P&gt;Using the nifi REST API with curl commands (or python scripts), I have found how to create a context parameter, how to populate it with parameters, how to bound it to a process group, but I do not find how to unbind it from a processor group (like if I want to reset the "&lt;SPAN&gt;Process Group Parameter Context&lt;/SPAN&gt;" of the processor group configuration window scrolling menu to "No parameter context")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I meen it is possible (it is possible using the GUI)&lt;BR /&gt;&lt;BR /&gt;Does anyone have any idea how to do this.&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;BR /&gt;&lt;/SPAN&gt;Absolute Z&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2023 18:14:41 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Nifi-Context-Parameter-usage/m-p/361175#M238523</guid>
      <dc:creator>Absolute_Z</dc:creator>
      <dc:date>2023-01-12T18:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: Nifi: Context Parameter usage</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Nifi-Context-Parameter-usage/m-p/361181#M238525</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/102894"&gt;@Absolute_Z&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;You can use the NiFi rest-api to set the parameter context on a NiFi Process Group (PG) back to "No Parameter Context".&lt;BR /&gt;&lt;BR /&gt;Example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;curl 'http://&amp;lt;nifi hostname&amp;gt;:&amp;lt;nifi port&amp;gt;/nifi-api/process-groups/&amp;lt;PG UUID&amp;gt;' -X 'PUT' -H 'Content-Type: application/json' --data-raw '{"revision":{"clientId":"a723bd7b-0185-1000-efb1-be534ab7a455","version":1},"disconnectedNodeAcknowledged":false,"component":{"id":"&amp;lt;PG UUID&amp;gt;","name":"&amp;lt;PG name&amp;gt;","comments":"","parameterContext":{"id":null},"flowfileConcurrency":"UNBOUNDED","flowfileOutboundPolicy":"STREAM_WHEN_AVAILABLE","defaultFlowFileExpiration":"0 sec","defaultBackPressureObjectThreshold":"10000","defaultBackPressureDataSizeThreshold":"1 GB"}}'&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You'll notice in the data passed I have &lt;STRONG&gt;"parameterContext":{"id":null}&amp;nbsp;&lt;/STRONG&gt;which will clear all set parameter contexts on the specified Process Group.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;FONT face="batang,apple gothic"&gt;If you found that the provided solution(s) assisted you with your query, please take a moment to login and click&lt;/FONT&gt;&amp;nbsp;&lt;FONT face="arial black,avant garde" color="#FF0000"&gt;Accept as Solution&amp;nbsp;&lt;/FONT&gt;&lt;FONT face="batang,apple gothic" color="#000000"&gt;below each response that helped.&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="batang,apple gothic" color="#000000"&gt;Matt&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2023 20:52:22 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Nifi-Context-Parameter-usage/m-p/361181#M238525</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2023-01-12T20:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: Nifi: Context Parameter usage</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Nifi-Context-Parameter-usage/m-p/361818#M238660</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;Thank you Matt for your quick response (and sorry for my late response).&lt;/P&gt;&lt;P&gt;It work perfectly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2023 15:35:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Nifi-Context-Parameter-usage/m-p/361818#M238660</guid>
      <dc:creator>Absolute_Z</dc:creator>
      <dc:date>2023-01-19T15:35:33Z</dc:date>
    </item>
  </channel>
</rss>

