Skip to content

Commit

Permalink
Change event type in Sequence with Broker example (#2897) (#2915)
Browse files Browse the repository at this point in the history
If the type of the event isn't changed by the last step in the
sequence the event will be resent to the Trigger that targets
the sequence creating an unwanted loop.

Fixes #2851

Signed-off-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>
  • Loading branch information
pierDipi authored Oct 8, 2020
1 parent 3a40016 commit 773c1ed
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ spec:
env:
- name: MESSAGE
value: " - Handled by 2"

- name: TYPE
value: "samples.http.mod3"
---

```
Expand Down

0 comments on commit 773c1ed

Please sign in to comment.