cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can change your system assigned username to something more personal in your community settings. X

Translate the entire conversation x

How to run scheduled job weekly based?

AA_9841156
11-Garnet

How to run scheduled job weekly based?

Hi @Florent @BjoernRueegg ,

With reference to this topic.

Is there any way to run job  every week through Scheduled queue. I did WVS Job Scheduler Administration but due to some limitation there as per our requirement so I moved to schedule queue but how to run scheduled job weekly based.

 

Thanks

Afroz

ACCEPTED SOLUTION

Accepted Solutions

@AA_9841156 If the job runs, then you need to create at the end the next job. Pay attention that you're doing this in the finally statement so the job always will be created even if there was an error. 

 

Sometimes I even created a service when windchill starts to check if the jobs are still existing, otherwise create a new job. 

View solution in original post

2 REPLIES 2

@AA_9841156 If the job runs, then you need to create at the end the next job. Pay attention that you're doing this in the finally statement so the job always will be created even if there was an error. 

 

Sometimes I even created a service when windchill starts to check if the jobs are still existing, otherwise create a new job. 

Thanks a lot @BjoernRueegg  for sharing suggestion .Its worked 😎

Announcements
Top Tags