on 2019 Oct 04 5:14 PM
Hello,
I'm trying to schedule a process chain to repeat every 1 day.
I can see that I can do job.setRecurrencePattern(sDailyRecurrence);
At this moment, I am manually creating the "sDailyRecurrence" based on a manually created String like "01;060000;D001;20191004;X".
This works, but it's not neat.
I have searched online and in the apidocs and I cannot see any methods or fields that I can use to create this pattern.
Is this the only way I can create it?
Thanks very much.
Darryl
Hi Darryl
The easiest way is to create a Submit Frame for every day and use job.setSubmitFrame(your submit frame)
Regards Gerben
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
66 | |
10 | |
8 | |
7 | |
6 | |
6 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.