cancel
Showing results for 
Search instead for 
Did you mean: 

Activiti Engine synchronous API

arajwade
Champ in-the-making
Champ in-the-making
We are embedding Activiti Engine as a OSGi bundle inside our Application.

Our Application wants to have fine grained control over Activiti Engine and want to control execution of individual Process steps based on calls from our Application logic.

Is it possible to support this?

A related question - is there a notion of a completely synchronous process in the BPM world? If that is so, how is this modelled in Activiti?
1 REPLY 1

jbarrez
Star Contributor
Star Contributor
> want to control execution of individual Process steps based on calls from our Application logic.

Sure, this is the default way of Activiti

> a completely synchronous process in the BPM world

Yes, this is again the default in Activiti (timers are the exception).
Activiti used the calling thread to continue the process instance further.