Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Question Viewing your bots flow in a diagram form

Joined
Apr 21, 2019
Messages
40
Was wondering if anyone was interested in learning how to render their bot flow in a diagram as shown in the image ive attached to this thread. Its definitely help me figure out splits in my logic flow much easier than having everything pictured in my head, and has saved me countless hours to date.
 

Attachments

  • BeautifulUML.png
    BeautifulUML.png
    246.1 KB · Views: 43
Engineer
Joined
Jul 28, 2013
Messages
2,776
I suggest you just explain the process flow instead of asking if anyone is interested because at some point someone will most likely be interested.
 
cuppa.drink(java);
Joined
Mar 13, 2018
Messages
7,095
Was wondering if anyone was interested in learning how to render their bot flow in a diagram as shown in the image ive attached to this thread. Its definitely help me figure out splits in my logic flow much easier than having everything pictured in my head, and has saved me countless hours to date.
Sounds really neat :) I'm not totally sure if I'd be able to apply this to my bots (as my code has become very much not-modular over time, it's kind of a mess :p) but I'm sure lots of other more organized devs would find good use for it! I used to draw out diagrams similar to these with pencil & paper when I was starting, and this would have been much better than that.
 
Engineer
Joined
Jul 28, 2013
Messages
2,776
Yes, I'm interested. It could be useful for detecting infinite loops programmatically.
 
Joined
Apr 21, 2019
Messages
40
Yes, I'm interested. It could be useful for detecting infinite loops programmatically.

Ill make a video and how-to writeup sometime this week for you guys, and yes you are correct, this is actually why I wanted to render a visual like this to begin with. I kept accidentally generating infinite circular dependencies with my tasks
 
Top