views:

77

answers:

0

I've seen a bunch of posts here about viewing a decision tree or workflow, but what about the data entry part of it?

We are being asked to write an application that asks questions and based on the answer, either:

  • Show more questions & request an answer from the user,
  • Display data entry fields to the user that eventually get stored in a database,
    • These fields could be text, radio buttons, checkboxes, etc.
  • Email certain people that certain types of information were chosen in the flow,
  • Eventually stop the workflow.

Is there a framework or COTS product that solves this problem? We are a .NET programming shop, so if there is a framework built around .NET we'd like to gravitate towards that type of solution. I saw the post about the Pageflow Example in .NET, but wanted to see if there was something out there that would require less coding.