Hi guys,
is it possible to fetch external service tasks for a specific tenant (e.g. filter by tenandId)? We are implementing a usecase with shared process models (for all tenants) with tenant specific worker.
A solution could be
- to be able to use expressions in the topicName (e.g. "dosomething_${tenandId})
- or extend the fetch API (https://docs.camunda.org/manual/7.7/reference/rest/external-task/fetch/) with a tenandId
Any suggestions or plans on this matter?