cancel
Showing results for 
Search instead for 
Did you mean: 

Is Activiti ready to production enviroment?

cereb
Champ in-the-making
Champ in-the-making
Hi for all!
My name is Jackson and I trying embed Activiti on a application web framework, for provide business management capabilities.

My question is: is activiti ready to a production enviroment?
2 REPLIES 2

jcosano
Champ in-the-making
Champ in-the-making
I think that question should be, Activiti does anything that you need?
If answer is yes… then activiti is ready for you production environment.

I'm using activiti for internal process but for now I'm very happy with perfomance and stability.

These are the number of rows of my production environment 

    * ACT_CY_CONFIG (3)
    * ACT_CY_LINK (0)
    * ACT_CY_TAG (0)
    * ACT_GE_BYTEARRAY (27)
    * ACT_GE_PROPERTY (4)
    * ACT_HI_ACTINST (868.828)
    * ACT_HI_DETAIL (0)
    * ACT_HI_PROCINST (747.436)
    * ACT_HI_TASKINST (25.080)
    * ACT_ID_GROUP (57)
    * ACT_ID_MEMBERSHIP (510)
    * ACT_ID_USER (130)
    * ACT_IMPACT_EST (77.102)
    * ACT_IMPACT_KEY (5.436)
    * ACT_RE_DEPLOYMENT (5)
    * ACT_RE_PROCDEF (9)
    * ACT_RU_EXECUTION (3.614)
    * ACT_RU_IDENTITYLINK (1.349)
    * ACT_RU_JOB (982)
    * ACT_RU_TASK (1.892)
    * ACT_RU_VARIABLE (91.115)

cereb
Champ in-the-making
Champ in-the-making
It's look good.

Now, I have another question: what is the better way for I embed Activiti on a web application? What is the better way for create and use process engine (Singleton, Dependence Injection, etc.)?

On my company, I need embed activiti into a application framework. This framework generate an entire application from mappings (cruds, work flows, reports). I want embed activiti for grow up possibilities and capabilities of work flows (turn then into process managed by activiti)