v0.0.18
What's Changed
- Optional filtering of workflows based on provided business IDs
Endpoint:POST /workflowWorkflowsRequest: type: object properties: ... businessIds: type: array items: type: string description: Filters the response to include only entries associated with the specified business IDs ...
- Add workflow module ID for C8
Old BPMNs were deploy-t also for non-matching workflow module because it was not stored to which they belong to. Depends on: camunda-community-hub/vanillabp-camunda8-adapter#79 - Fix group id for artifact: zeebe-kafka-exporter-serde
- #51 Add possibility to restrict workflow modules to group permissions
- #58 Add release build pipeline over GitHub actions
Full Changelog: 0.0.8...0.0.18