cancel
Showing results for 
Search instead for 
Did you mean: 

Location of jbpm.cfg.xml in Alfresco

dynamolalit
Champ on-the-rise
Champ on-the-rise
Hi,

I am using Alfresco 3.1.1 but here in ..WEB-INF\classes\alfresco\workflow-context.xml

   <bean id="jbpm_configuration" class="org.alfresco.repo.workflow.jbpm.AlfrescoJbpmConfigurationFactoryBean">
      <property name="sessionFactory" ref="sessionFactory"/>
      <property name="configuration" value="classpathSmiley Surprisedrg/alfresco/repo/workflow/jbpm/jbpm.cfg.xml"/>
   </bean>

,I am not able to locate where "jbpm.cfg.xml" file resides in alfresco.war as i need to update "<field name="idleInterval"><int value="5000" /></field>" to update workflow?

Can anybody help?
1 REPLY 1

janv
Employee
Employee
For reference, it's located in the alfresco-repository.jar. However, a better way to override is to copy (and edit) the file to your extension directory and then create a custom-workflow-context.xml which overrides the Spring bean and points to your custom copy.

Regards,
Jan