Community Tip - You can change your system assigned username to something more personal in your community settings. X
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
Solved! Go to Solution.
@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.
@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.