Calculate Next Business Date in Bonita CE

Hi all,

Is there an API that allows me to calculate the next due date according to a working calendar?

Like this approach

http://www.alessandronizzo.it/come-modificare-la-data-di-scadenza-di-un-task-con-ibm-bpm/

Alternatively, I have to provide a Groovy script selfmade

Thanks in advance.

Regards

Alessandro

Hi there,

There is no specific Bonita API that allow you to work on time information. You may use existing java class (such as java.util.Calendar) or use your own custom data type (import it as a jar file in your Bonita BPM Studio). Using groovy is also possible.

Thanks for the answer. The scenario is now clear. 
Regards