Re: CEP two transitions to the same state
Posted by
Till Rohrmann on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/CEP-two-transitions-to-the-same-state-tp9029p9089.html
Hi Frank,
at the moment it is not yet fully supported to run branching patterns. This is one thing to be added to Flink's CEP library [1].
As a workaround, you can run multiple CEP patterns, one for each path in your branching pattern, individually. Alternatively, you can try to combine events from different branches by using the or filter function. Or allows you to specify alternative filter conditions.
I hope this answers your question.
Cheers,
Till