-
Feature Request
-
Resolution: Fixed
-
L3 - Default
-
None
AT:
- using the RuntimeService I can send a signal for a given tenant-id
- also I can send a signal explicit for a resource without tenant-id
- if I send a signal without specify a tenent-id then an exception is thrown if there are multiple executions or process definitions that can receive the given signal from different tenant-ids
- if there are only executions and process definitions from one tenant-id then the signal is received
- I can use a builder to send the signal (instead of extend the runtimeService with several methods for the tenant-id)