camunda / camunda-bpm-platform

Flexible framework for workflow and decision automation with BPMN and DMN. Integration with Quarkus, Spring, Spring Boot, CDI.
https://camunda.com/
Apache License 2.0
4.13k stars 1.56k forks source link

Allow Expressions for Topic Name in ExternalTasks #2239

Open ThorbenLindhauer opened 8 years ago

ThorbenLindhauer commented 8 years ago

This issue was imported from JIRA:

Field Value
JIRA Link CAM-6560
Reporter p9m1nZP
What is this name? This pseudonym name was generated based on the user name in JIRA to protect the personal data of our JIRA users. You can use this identifier to search for issues by the same reporter.
Has restricted visibility comments false

For more dynamic fetchAndLock Solutions the topicName should allow Expressions.

See: https://forum.camunda.org/t/fetchandlock-an-external-task/771

Links:

ThorbenLindhauer commented 5 years ago

This comment was imported from JIRA and written by user 5mLZlzw

What is this name? This pseudonym name was generated based on the user name in JIRA to protect the personal data of our JIRA users. You can use this identifier to search for issues by the same reporter.


I would love to have this because I want to implement a generic listener and have queues by process key so I want to add:

execution.getProcessBusinessKey()

Fireblade954 commented 5 months ago

Does this still not work? Any other smart way around this so dynamic topics can be used?