Windows workflow 4.5 - Send notifications at regular intervals -


i having approval workflow. client asp.net mvc 4 , client calls out web api. web api in turn hosts wf using workflowaplication class. scenario here is, if request not approved time, need persisted workflow load send email , persist again. scenario possible somehow using wf 4.5

make timer object outside of workflows trigger within workflow (pass workflow argument). when timer fires can use event restart workflow persist point, send e-mail , persist again.


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

jquery - How would i go about shortening this code? And to cancel the previous click on click of new section? -