<?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 NIFI process group scheduling in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/NIFI-process-group-scheduling/m-p/192460#M154528</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am able to schedule a single process in NIFI data flow. I have created a process group which contains ExecuteStreamCommand and PutEmail tasks. Is there way to schedule the entire process group instead of a single process. Please advise. Thanks&lt;/P&gt;</description>
    <pubDate>Sat, 23 Sep 2017 00:59:43 GMT</pubDate>
    <dc:creator>ravikoppula</dc:creator>
    <dc:date>2017-09-23T00:59:43Z</dc:date>
    <item>
      <title>NIFI process group scheduling</title>
      <link>https://community.cloudera.com/t5/Support-Questions/NIFI-process-group-scheduling/m-p/192460#M154528</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am able to schedule a single process in NIFI data flow. I have created a process group which contains ExecuteStreamCommand and PutEmail tasks. Is there way to schedule the entire process group instead of a single process. Please advise. Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 23 Sep 2017 00:59:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/NIFI-process-group-scheduling/m-p/192460#M154528</guid>
      <dc:creator>ravikoppula</dc:creator>
      <dc:date>2017-09-23T00:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: NIFI process group scheduling</title>
      <link>https://community.cloudera.com/t5/Support-Questions/NIFI-process-group-scheduling/m-p/192461#M154529</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/44227/ravikoppula.html" nodeid="44227" target="_blank"&gt;@Ravi Koppula&lt;/A&gt;,&lt;BR /&gt;I don't think there is a way to schedule processor groups but there is a way to schedule them all of them on one shot.&lt;BR /&gt;1.As you are using ExecuteStreamCommand processor,processor will accepts incoming connections as we can schedule the processor in Timer driven,Cron driven,Event Driven. &lt;BR /&gt;2.Just use GenerateFlowfile processor  and give success relation to all ExecuteStreamCommand processors and schedule GenerateFlowfile to schedule a run on either cron (or) timer driven.&lt;BR /&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3.Generateflowfile processor runs on scheduled time and gives trigger flowfile to run all the other &lt;/STRONG&gt;&lt;STRONG&gt;ExecuteStreamCommand processors.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Sample Flow:-&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="40480-trigger-execute-stream.png" style="width: 841px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/18309i5D5DE3DAC634B014/image-size/medium?v=v2&amp;amp;px=400" role="button" title="40480-trigger-execute-stream.png" alt="40480-trigger-execute-stream.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 07:12:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/NIFI-process-group-scheduling/m-p/192461#M154529</guid>
      <dc:creator>Shu_ashu</dc:creator>
      <dc:date>2019-08-18T07:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: NIFI process group scheduling</title>
      <link>https://community.cloudera.com/t5/Support-Questions/NIFI-process-group-scheduling/m-p/192462#M154530</link>
      <description>&lt;P&gt;Thanks Yash for Answering my question, i followed as you recommended but the &lt;STRONG&gt;ExecuteStreamCommand  &lt;/STRONG&gt;not invoked after GenerateFlowFile was started.&lt;/P&gt;&lt;P&gt;This is what i did.&lt;/P&gt;&lt;P&gt;Step 1 : Created GenerateFlowFile and scheduled as cron driven and set the time to run.&lt;/P&gt;&lt;P&gt;Step 2: Added success relation to ExecuteStreamCommand processor which is schedule as Time Driven and run schedule is at 52 weeks.&lt;/P&gt;&lt;P&gt;Result :&lt;/P&gt;&lt;P&gt;Step 1 is executed and step2 is not invoked after step1 success. Is there something i am doing wrong here ?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 23 Sep 2017 02:35:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/NIFI-process-group-scheduling/m-p/192462#M154530</guid>
      <dc:creator>ravikoppula</dc:creator>
      <dc:date>2017-09-23T02:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: NIFI process group scheduling</title>
      <link>https://community.cloudera.com/t5/Support-Questions/NIFI-process-group-scheduling/m-p/192463#M154531</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/44227/ravikoppula.html" nodeid="44227"&gt;@Ravi Koppula&lt;/A&gt;, I think you haven't taken off &lt;STRONG&gt;run schedules&lt;/STRONG&gt; which you are have used to trigger ExecuteStreamCommand processors before adding GenerateFlofile processor.&lt;/P&gt;&lt;P&gt;Take off all the run schedules and keep them to default as &lt;STRONG&gt;Timer driven&lt;/STRONG&gt; and &lt;STRONG&gt;Run Schedule to 0 Sec&lt;/STRONG&gt; (or) you can use &lt;STRONG&gt;Event Driven &lt;/STRONG&gt;when ever there is flow file it will triggers the processor.&lt;/P&gt;</description>
      <pubDate>Sat, 23 Sep 2017 03:04:19 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/NIFI-process-group-scheduling/m-p/192463#M154531</guid>
      <dc:creator>Shu_ashu</dc:creator>
      <dc:date>2017-09-23T03:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: NIFI process group scheduling</title>
      <link>https://community.cloudera.com/t5/Support-Questions/NIFI-process-group-scheduling/m-p/192464#M154532</link>
      <description>&lt;P&gt;Thanks Yash, I tried the way you suggested. It is working. Thank you so much and i truly appreciate for taking your time and helping me &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2017 00:10:09 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/NIFI-process-group-scheduling/m-p/192464#M154532</guid>
      <dc:creator>ravikoppula</dc:creator>
      <dc:date>2017-09-26T00:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: NIFI process group scheduling</title>
      <link>https://community.cloudera.com/t5/Support-Questions/NIFI-process-group-scheduling/m-p/192465#M154533</link>
      <description>&lt;P&gt;Shu, thanks for the answer. But I was wondering when do we need to schedule at process group level ? Can't we control it by scheduling the first processor in process group.&lt;/P&gt;&lt;P&gt;I am new to NiFi, and just started exploring it. So, may be it's a silly question.&lt;/P&gt;</description>
      <pubDate>Sat, 27 Apr 2019 22:36:29 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/NIFI-process-group-scheduling/m-p/192465#M154533</guid>
      <dc:creator>akhilbaby00</dc:creator>
      <dc:date>2019-04-27T22:36:29Z</dc:date>
    </item>
  </channel>
</rss>

