states

Conditional transition depending on actor and variable

Hi,
I'm developing an application which invokes bonita's REST API and I'm currently at the process workflow design stage.

I need to implement the following scenario:

From an initial state - let's say "open"- there are 3 different transitions available, let's say: "paused", "cancelled", and "closed". What I would like to obtain is that:

  • from the "open" state, after a transition the case moves only to one of the children state (i.e. is not forked or splitted)

Notifications