Skip to main content
11-Garnet
July 12, 2025
Solved

How to run scheduled job weekly based?

  • July 12, 2025
  • 1 reply
  • 457 views

Hi @Florent_274366 @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

Best answer by BjoernRueegg

@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. 

1 reply

17-Peridot
July 13, 2025

@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. 

11-Garnet
July 16, 2025

Thanks a lot @BjoernRueegg  for sharing suggestion .Its worked ðŸ˜Ž