Hi All,
       Now I want to use nifi to finish my crontab task like below:
      
        # min hour day mon weekday(0=Sunday) command
       10 * * * * /home/razor/razor-mr/job/job_hourly.sh `date +\%Y\%m\%d\%H`
               That means I want to use nifi to run ExecuteProcess when the 
minute is 10,eg  15:10,16:10,17:10.         Does nifi support this operation. 
Now I can only run ExecuteProcess every 60 min by setting Batch Duration like 
below:         Meanwhile,Does nifi support monitor every flow status when 
running.             
Thanks,  Hollis

Reply via email to