Connectors in standalone mode

Hi all,

I am trying to use connectors using service task in camunda stand-alone mode. I am getting following error: The process could not be started. : No connector found for connector id ‘1’ . Can we use connectors in stand-alone mode?. If yes, then please guide me.

I have some questions:

  1. Why did you decided to use connectors?
  2. what do you mean by camunda stand-alone mode can you describe in more detail your setup, version, application service etc.

Hi Niall,

I am trying to create a scenario where i am using all the tasks including service tasks. I need to create business process only on camunda platform (w/o integrating it with eclipse IDE). I am basically trying to make use of service task as well. Camunda version that i am using here is 7.11.0. and i am using dummy API: http://dummy.restapiexample.com/

I would suggest you avoid using connectors at all - you should choose instead to call java classes or use the external task patters. They’re much easier to maintain, customize and version than connectors.