Details
-
Feature Request
-
Status: Closed
-
L3 - Default
-
Resolution: Fixed
-
None
-
None
Description
AT:
- On subscribing to a topic, a business key can be specified to filter the tasks which will be fetched
const topicSubscription = client.subscribe("foo", { 'businessKey': 'foo' } ,function({ task, taskService}) { // Put your business logic });