camunda-community-hub / micronaut-camunda-platform-7

Integration between Micronaut and Camunda (Workflow Engine). We configure Camunda with sensible defaults, so that you can get started with minimum configuration: simply add a dependency in your Micronaut project to embed the workflow engine!
https://camunda.com/blog/2021/07/automate-any-process-on-micronaut/
Apache License 2.0
75 stars 31 forks source link

Close #353: Register FetchAndLockHandler when initializing the REST a… #354

Closed tobiasschaefer closed 2 years ago

tobiasschaefer commented 2 years ago

…pi so that long polling works, i.e. the if there are currently no tasks then the server will keep the connection open for the given time.