Schedule Trigger Input Parameters
- Frequency: The frequency at which the trigger should run (e.g., daily, weekly, monthly).
- Start Time: The time at which the trigger should start.
- End Time: The time at which the trigger should stop (if applicable).
- Time Zone: The time zone in which the trigger should run.
- Interval: The interval between each trigger execution (e.g., every 5 minutes, every hour).
- Days of the Week: The specific days of the week on which the trigger should run (e.g., Monday, Wednesday, Friday).
- Days of the Month: The specific days of the month on which the trigger should run (e.g., 1st, 15th, last day).
- Months of the Year: The specific months of the year on which the trigger should run (e.g., January, June, December).
- Cron Expression: A cron expression to define the schedule in a more granular way.
- Retry Policy: The policy for retrying the trigger in case of failure.