Created 05-08-2017 04:40 AM
Created 05-08-2017 12:24 PM
Do you mean once a day, once an hour?
Created 05-08-2017 03:22 PM
Hi
Wynner, Thanks for reply
Here is my requirement , I need to transfer between two datasources only once, get the data from the source and keep the data in the target , currently processor is getting executed multiple times based on scheduled duration(for time being I kept very high value to avoid duplicate runs ) . is there a way to configure template instance to run only once in its life time.
Created 05-08-2017 03:29 PM
@HAR MAT In that case, you can put the processors, watch it run once and then remove it or disable it.
Created 05-08-2017 03:52 PM
You can also use NiFi's rest-api to start and stop processors using a script.
Created on 05-08-2017 03:42 PM - edited 08-17-2019 06:59 PM
You can use the CRON driven option in the Scheduling strategy to have the flow run once. Or use the rest api to run the processor once.
Here is an example using the cron option, the below processor will run once on May 8th, 2017 at 10AM
Created 09-25-2023 08:39 PM