Generate code using Flowable

Hi,

I need to generate a code sequence with a predefined structure every time a process starts (Example: 01/MA/2017, 02/MA/2017, …).

How can I do this using Flowable?

Thanks in advance

Hi,

You can do this using a service or script task and implement this logic in Java or Javascript, whatever you prefer.

Best regards,

Tijs