Flowchart re-usable componet design

I am trying to figure out if there is a way to make a component that can be re-used that when used in a flowchart has an output path of true or false. Is there a way to do this? I am trying to avoid having a comparison logic block after to use the output variable of the component to do this, I would like to keep all of the login inside the module.

Hi @LeftBrainCo

I am not sure I understand your suggestion. Could you maybe draw it? :slight_smile:

1 Like

The block would look and function just like a ‘Flow Decision’ Activity. I used these in OpenSpan all the time where, and it made my flowcharts super organized.

I believe you could recreate this behaviour with State Machines:
image

Is this what you are looking for?

1 Like

Yes that is what I am looking for! Thank you!

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.