Scheduler in Integartion server

Hi Experts ,

Did any one know where can we see Scheduler created date in Integration server?

Hi Archana,

Not sure if it is visible from IS admin page. But you can get the date and time from below service.

“pub.scheduler:getTaskInfo”

This service will return startDate and startTime which is nothing but the date and time of scheduler creation.

HTH,
Yogesh

1 Like

Yogesh,

Scheduler startDate and startTime can be viewed from Is admin page, But Scheduler startDate is different from Scheduler CreatedDate.

Start date is the date when scheduler is created.

It is a optional field so we generally left it blank but once scheduler created, it store the current date in db in start date and start time fields.

You can check for list of scheduler and the differences in start date and time.

Thanks,
Yogesh

1 Like

Yogesh,

what you said is correct and applicable for complex repeating tasks,But for my case it for Simple interval tasks.For simple interval tasks it is showing onetime task date and time which is always future date

In addition to the above check the is user tasks table located in wM product schema.

Hi Archana,

It is not applicable for one time task only. However for Repeating task with simple and complex, you can refer to start date and time.

@Mahesh – Service returned the same results which are stored in the IS_USER_TASKS table.

Thanks,
Yogesh

What is your requirement? Have you turned on the security logs this will also give your audit logs for the activities you perform on IS?