1.

What are the parameters to configure a scheduler?

Answer»

The Scheduler component in Mule helps us to TRIGGER a flow when a time-based condition is met. 

The parameters related to CONFIGURING a scheduler are as follows:

  • Frequency: The Scheduler USES frequency to trigger flows.
  • START Delay: This signifies the time to wait before triggering a flow.
  • Time Unit: This is the time unit for frequency and for Start Delay.

For example in some use cases where you NEED to do a specific task at a particular period of time or repeatedly at a fixed interval, your integration flow can be scheduled via Scheduler.



Discussion

No Comment Found