Event handler not acting on events from taskReferenceName with iteration appended #2379
-
Hi, I have the following problem. Is this a bug? How can I accomplish this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hey @mpsanchezg, before we categorize this as a bug, we'd like to better understand your use case. Can you provide more details about how you are tying these events in WHILE DO to Event handler, and what you're trying to accomplish please? Event handler expects |
Beta Was this translation helpful? Give feedback.
Hey @mpsanchezg, before we categorize this as a bug, we'd like to better understand your use case. Can you provide more details about how you are tying these events in WHILE DO to Event handler, and what you're trying to accomplish please?
Event handler expects
taskReferenceName
in event payload. Would it be possible for you to send this in the event payload instead of dynamic taskReferenceName generated by WHILE DO?