cancel
Showing results for 
Search instead for 
Did you mean: 

What's diff between ExecutionImpl and ExecutionEntity?

kenny_lee
Champ in-the-making
Champ in-the-making
ExecutionEntity is a placement of ExecutionImpl in JBPM4 ?

I search the source code,found ExecutionImpl is rarely used.
3 REPLIES 3

kenny_lee
Champ in-the-making
Champ in-the-making
Or if I can say ExecutionImpl has been deprecated?

meyerd
Champ on-the-rise
Champ on-the-rise
Activiti uses the PVM (Process Virtual Machine) Architecture pattern.

We provide two implementations for executions, ExecutionImpl is a transient in-memory execution that does not use the database and ExecutionEntity is a persistent execution.

ExecutionImpl is not deprecated.

kenny_lee
Champ in-the-making
Champ in-the-making
Thank you. I appreciate your help.