Trying to create Monitor MAR Info file to deploy into CVS. Let me know the Cron format which I need to pass under the schedule tab.
eg. I want to schedule it as Mon-Fri on every 1 hr.
Note: Building cron expressions is very specific to customer requirements and is not included as a product feature and thus falls out of our scope of product support. Customers build the cron expressions as per their requirements, evaluate the expressions and then provide them in the product.
Release : 10.4
Component : CA Service Virtualization
You can try below expression that will run a job every hour starting from the time it is first run from Mon-Fri.
0 0 * ? * MON,TUE,WED,THU,FRI *
You can build more expressions on the below website that is one of many available on the internet.
- https://www.freeformatter.com/cron-expression-generator-quartz.html
All expressions used must be validated/evaluated before using in the product.
Note: Building cron expressions is very specific to customer requirements and is not included as a product feature and thus falls out of our scope of product support. Customers build the cron expressions as per their requirements, evaluate the expressions and then provide them in the product.