DB queries on Workflow

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2008 01:23 AM
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
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
Labels:
- Labels:
-
Archive
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2008 04:02 PM
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
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
