cancel
Showing results for 
Search instead for 
Did you mean: 

Where is the Activiti Spring Configuration?

zlatan316
Champ on-the-rise
Champ on-the-rise
I am trying to use Camel with Activiti 5.14 and have been looking at numerous guides to implement a messaging system to run a task outside of Activiti. However I keep coming across a step to add the below code to an activiti spring configuration. Where is this configuration located?

This is the guide I am using:
http://bpmn20inaction.blogspot.co.uk/2013/03/using-camel-routes-in-activiti-made.html
3 REPLIES 3

jbarrez
Star Contributor
Star Contributor
That would simply be the activiti.cfg.xml file, which is a spring config.

zlatan316
Champ on-the-rise
Champ on-the-rise
@jbarrez - Is there a location this file resides in, as currently I cannot see this file?

jbarrez
Star Contributor
Star Contributor
That would completely depend on your environment … what are you using? Activiti REST api? Explorer? Rest api ?

How do you create the Process Engine? Typically a process engine is created from an activiti.cfg.xml file …. hence my educated guess in my first response.