Start a new process from a specific step

Hello Bonita users !

I use Bonita to implement a business process but I'm facing an issue : some processes can terminate quickly but users want to be able to start them again at the last step. There can be a couple of months between a first process termination and a new process start.

So is there a way to start a new process from a specific step rather than starting from the beginning of the process ?

Alexis

Hello
There is a option to use Call Activity. If you configure the call activity then you can call and start any Process that you like.
It also allows you to pass values from Process 1 to Process 2.

The Same can also be achieved using Groovy script and Java API Methods.

 

Regards