alyssaxuu / flowy

The minimal javascript library to create flowcharts ✨
MIT License
11.48k stars 998 forks source link

Any plans for conditional flow blocks? #64

Closed joshbedo closed 4 years ago

joshbedo commented 4 years ago

This would be super useful for routing logic. For example

  1. new lead
  2. if new lead has tag X do this else do this.

If not I'd be open to brainstorming something and possibly submitting a PR or something :)

jamessampford commented 4 years ago

A block (new lead) can have multiple children, so one child block can be if tag = X and the other child block can be if tag != X

joshbedo commented 4 years ago

Great! makes sense excited to start building this out connect it with a job queue

johndkn commented 4 years ago

Hi @joshbedo, This is also being discussed here : #29 :)

alyssaxuu commented 4 years ago

Closing issue as it is a duplicate of #29.