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
Post a Comment