Calculate Next Business Date in Bonita CE

1
0
-1

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

Alternatively, I have to provide a Groovy script selfmade

Thanks in advance.

Regards

Alessandro

1 answer

1
+1
-1
This one is the BEST answer!

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.

Comments

Submitted by box on Wed, 03/26/2014 - 12:57

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

Notifications