0

In ASP.Net application, I display a list which can be in below three states -

  1. Initial
  2. Submitted
  3. Approved

I need to write a workflow with these three state but not able to understand how do I implement triggers for these states in asp.net application as user would be changing the state as per his convenience on login. Please help.

CHash11
  • 746
  • 4
  • 14
  • 31

1 Answers1

0

You may want to look at stateless by Nicholas Bumhardt. See my SO answer for details. stateless is quite lightweight, are well suited for what you need.

Community
  • 1
  • 1
David Robbins
  • 9,996
  • 7
  • 51
  • 82