09-04-2007 12:41 AM
09-04-2007 08:23 AM
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
<beans>
<bean id="parallel.workflowBootstrap" parent="workflowDeployer">
<property name="workflowDefinitions">
<list>
<props>
<prop key="engineId">jbpm</prop>
<prop key="location">alfresco/extension/workflow/ccrProcessDefinition.xml</prop>
<prop key="mimetype">text/xml</prop>
<prop key="redeploy">true</prop>
</props>
</list>
</property>
<property name="models">
<list>
<value>alfresco/workflow/workflowModel.xml</value>
</list>
</property>
<property name="labels">
<list>
<value>alfresco/workflow/workflow-messages</value>
<value>alfresco/extension/workflow/ccrProcessDefinition_messages</value>
</list>
</property>
</bean>
</beans>
Next to that you should add content to the following files:web-client-config-custom.xmlAll also present in the extension folder. Also a model file should be created to hold the model definition connected to each workflow step defined in your workflow.
custom-model-context.xml
ccrProcessDefinition_messages.properties
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.