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?
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.