Hi James, not really a super simple way but you can get it through nifi rest-api <https://nifi.apache.org/docs/nifi-docs/rest-api/index.html>. You will need to iterate over all processors to find which one have schedulingPeriod (processors.[*].component.config.schedulingPeriod)
Best regards. On Mon, Aug 19, 2024 at 5:06 AM James <[email protected]> wrote: > Hi > > Is there a simple way to extract a list of all the cron schedules for all > processors? > > Do you all manage those schedules outside of Nifi to prevent conflicts? > > thanks for any help/guidance. > > James >
