asp.net mvc 5 - WorkFlow Implementation in MVC 5 -


i need implement workflow in mvc5. eventhough read article workflow,i did not idea how integrate workflow , mvc5.i new workflow , have little knowledge mvc5.

my project flow:

  1. list item
  2. display request submission form.
  3. user submits request
  4. request moves approver1 queue.
  5. if approver1 approves request, request moves approver2 queue.
  6. both approver can approves , rejects request.

can send example of:

  • how create workflow and
  • how interact mvc and
  • how display workflow status user?

sounds me want implement workflow architecture windows workflow foundation. , implement mvc application schedule / run / monitor execution of workflows. large topic cover. start reviewing link details examples of implementing workflows.


Comments