c# - MVC 5 WF4.5 : Dynamic View select in running workflow -
i contemplating on creating few workflows using wf4.5 mvc 5. of these workflows human workflows (state based), long quite straight forward. of them require me show runtime decided view (or pre-configured view based on rules) view when state has been transitioned
for e.g.
step 1: customer1 drafts loan request (loanview) step 2: teller1 (with review permissions) reviews , submits request (loanview) step 3: manager1 (with bank profile) reviews request (loanview) step 3a: manager1 checks few options e.g. requestcreditscore
step 3b: can manager1 choose *view* available in project next step(s)?
step 4: underwriter1 generates credit score, , adds comments (creditscoreview) step 5: otherusers review information based on *views* chosen manager1
please can me point in right direction, idea here under customer folder there many views (and more added on time). in step 3b hoping manager can choose views required re-certified e.g. loancommitments
, insurance
, monthlyspendanalysis
etc. these views possibly implement common contract iworkflowableview
(i havent thought/couldnt think, definition of view yet, looking pointers so)
do let me know if have missed obvious
Comments
Post a Comment