camunda-community-hub / camunda-platform-7-camel

Community Extension to add Apache Camel support for Camunda Platform 7
Apache License 2.0
82 stars 57 forks source link

External Service Task handling with Camel #28

Closed falko closed 7 years ago

falko commented 7 years ago

My current customer, could have used a way to let Camel behave as an external task worker, i.e. fetch tasks from Camunda and report back on them once they are completed or when errors occurred.

RasPelikan commented 7 years ago

Hi Falko,

I not sure what your issue is about. Maybe this could help you: https://github.com/RasPelikan/camunda-bpm-camel/tree/ExternalTasksConsumer?files=1

I extended the Camel extension right in that way. It is already reviewed by Bernd Rücker. At the moment I'm doing the last refactoring based on this review. Afterwards it can be merged and released. I can do that within the next week.

Stephan

falko commented 7 years ago

Hi Stephan,

that's exactly what I have been looking for. I would be happy to see that merged.

Cheers, Falko

berndruecker commented 7 years ago

I have it on my radar - I hope to get to it soon after the roadshow!

RasPelikan commented 7 years ago

The feature is part of release 0.5.0, in the meantime available since end of february. There is also a blog post about it and detailed documentation in the current README.MD.