t-moe / FluentFlow

A tool to filter json objects by describing their (timely) behaviour
GNU General Public License v3.0
4 stars 1 forks source link

Make followed-by match behaviour configurable. #5

Open t-moe opened 8 years ago

t-moe commented 8 years ago

Right now the followedBy operator will throw all matching objects into a queue. If the followedBy rule matches, the queue will be emptied completely (if possible). This might not always be the behavior that we want. We should add some more options (to the match function):

t-moe commented 8 years ago

With 39f0d1bb0b4205c751db3cad92ce6fa275329277 I added the possibility to edit the queues manually.