for example.
I create two job has same name.
Job Name is TEST_01 and Job Count is 1, Period is every minute.
Job Name is TEST_01 and Job Count is 2, Period is 2 minute.
after 10 minute,
TEST_01 has job count 1 status is finished and start new scheduling job has job count 16.
TEST_02 has job count 2 status is finished and start new scheduling job has job count 17.
but they didn't have related each jobs.
I don't have any idea find out new job from orient job.
Anyone has the Idea?