InterviewSolution
Saved Bookmarks
| 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:
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. |
|