cancel
Showing results for 
Search instead for 
Did you mean: 

DB queries on Workflow

ajay7
Champ in-the-making
Champ in-the-making
Hi all,

i am working on alfresco's Workflow…
i want some answers pls anwser


1) when u deploy a processdefinition say sample_processdefinition.xml using the below configration

<bean id="extension.workflowBootstrap" parent="workflowDeployer">
      <property name="workflowDefinitions">
         <list>
            <props>
               <prop key="engineId">jbpm</prop>
               <prop key="location">sample_processdefinition.xml </prop>
               <prop key="mimetype">text/xml</prop>
               <prop key="redeploy">true</prop>
            </props>
         </list>
      </property>
   </bean>

will the process defintion gets stored in the  alfresco.jbpm_processdefinition table of alfresco DB?

pls provide extra details on this issue…as this topic is very abstract for new JBPM users
1 REPLY 1

dhalupa
Champ on-the-rise
Champ on-the-rise
Hi,

the process definition is stored in the table you mentioned in your post, but also in jbpm_task, jbpm_swimlane, jbpm_node.. and probably some other which I did not mentioned. For an intro into the JBPM itself, you might check JBoss site. The documentation you will find there is pretty decent

Kind regards,

Denis