Schedule Task using Bonita SchedulerService

1
0
-1

I have developed a REST API Extension, which runs and user synchronization between LDAP and BONITA.

I want to use the Bonita SchedulerService to schedule this task to run every night at specific time.(Ex: 22 : 00)

Where can I find a documentation related to this.?

Following are some of the useful set of classes, that I can use. But I didnt find proper documentation.

org.bonitasoft.engine.builder.BuilderFactory.get(SJobDescriptorBuilderFactory.class);
ServiceAccessorFactory.getInstance().createPlatformServiceAccessor().getSchedulerService();

If you have any information, please share with me.

1 answer

1
0
-1

Please ignore this.

Same question has been published twice.

Notifications