Ocean
Ocean

Reputation: 1

How to suspend workflow and resume workflow?

I have long running workflow; and I want to give user option to suspend workflow and resume it when he is ready...

How can I achieve this in wf4 ?

Upvotes: 0

Views: 1526

Answers (2)

Mark
Mark

Reputation: 11

WF4 uses Bookmarks now, suspend and unsuspend is only working in wf3.

Upvotes: 1

Craig Stuntz
Craig Stuntz

Reputation: 126587

There's a video and sample code from MSDN which show how to do it.

This presumes you're using the AppFabric host. You may be able to port the idea to a non-AppFabric workflow if need be.

Upvotes: 0

Related Questions