Hey Guys,
not entirely sure if this is the right subtopic but i just ask straight forward.
Is it possible to create multiple processes out of one bean? What i want to do or better what i have to do is to create a process for every checkbox which is true.
I tried it within a loop an the method "BusinessProcess.instance().createProcess("my_process");", but this only creates on process.
I could do it on client side with javascript, but i want to do as much as possible on server side.
Thanks for your effort