v3.0.0
Changes
- Support for zeebe 1.x.x
- Naming changed accoridingly (workflow -> process)
- Support async tasks. See docs
- Add ability to provide custom grpc channels
- Add builtin grpc creators (
create_insecure_channel
,create_secure_channel
andcreate_camunda_cloud_channel
)
- Add builtin grpc creators (
- Add ability to access job inside a task
- Limit amount of jobs that can run concurrently per task