Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How can we define the start time and odd intervals in TMC.
For example
(1) In TAC , when we set the trigger, we can define the minutes.
Whereas in TMC, the intervals are given as 5min,10 min,15 min and so on. I want my jobs to start at separate timings, which will require me to schedule some jobs after 7 minute or 9 minutes or 3 minutes. How can I achieve this in TMC.
(2) In TAC we have job start timing defined where we can set the start date and time both, whereas in TMC I can only define the Start date , and not the timings.
Can we achieve both of the above 2 points in TMC? If so how can we achieve this.
Hi
You can use CRON trigger type, please read this documentation page about how to write a CRON expression.
Regards
Shong
Hi
You can use CRON trigger type, please read this documentation page about how to write a CRON expression.
Regards
Shong
can you let me know what will be the settings if i want the job to run every 6 minutes .
The slash ( / ) specifies an interval value, eg:
*/6 (every 6 minutes in Minutes field)
Hi @Shicong Hong
iam not able to schedule the job every 7 or 8 miniutes.
if i change the below value to 7 and save the trigger i get below error:
Superb Neat Solution!!!