camunda-community-hub / pyzeebe

Python client for Zeebe workflow engine
https://camunda-community-hub.github.io/pyzeebe/
MIT License
87 stars 37 forks source link

Support disabling auto_complete on job handler completion #528

Open PSanetra opened 2 weeks ago

PSanetra commented 2 weeks ago

The spring-zeebe-sdk supports a autoComplete parameter on JobWorker annotations. It would be nice if pyzeebe could support a similar setting for job handlers. A use case would be the creation of a long running asynchronous background task on job activation. The job might be even marked as completed by a different application instance.

hoodee86 commented 1 week ago

Absolutely, this parameter is so important and useful in some complex scenarios.