Skip to content
This repository was archived by the owner on Feb 20, 2025. It is now read-only.

Commit 96b6743

Browse files
committed
Merge branch 'develop'
* develop: CamundaExternalTaskWorker: Fix error when not filtering for any topic
2 parents a56ad7d + 4a5446a commit 96b6743

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/CamundaExternalTaskWorker.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ public function fetchExternalTasks(int $maxTasks = 1, array $filterTopics = []):
7171

7272
$topics[] = $topic;
7373
}
74+
} else {
75+
$topics = $supportedTopics;
7476
}
7577

7678
$request = (new CamundaExternalTaskFetchAndLockRequest($this->camundaClient))

0 commit comments

Comments
 (0)