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:
- list item
- display request submission form.
- user submits request
- request moves approver1 queue.
- if approver1 approves request, request moves approver2 queue.
- 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
Post a Comment