Hey guys,
I have a predetermined flow chart made up entirely out of boolean conditions and a bunch of logic to be performed in response.
The flow is unlikely to change much, but there is a small possibility that it will. (new steps might be introduced, or the order of conditions might change)
What would be the best approach to code this? A big set of nested if else statements? Workflow Foundation? Anything else?
Thanks, rauchy