Support flow inputs + conditional evaluation for simulation #25
JamesRobertWiseman
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
OpenFlowKit should support flow-level inputs and let decision nodes evaluate conditions against them.
Example:
Inputs:
• type
• priority
• approved
Conditions:
• type == "request"
• priority == "high"
• approved == true
This would let users simulate flows with real input values and clearly see the actual path taken, instead of only viewing a static diagram.
The first implementation of this should stay small and focus on:
This feels like a natural next step for OpenFlowKit’s existing diagramming + DSL foundation, and it creates a solid base for more advanced features later.
Beta Was this translation helpful? Give feedback.
All reactions