Deutsch | English | Español | Français |
Italiano | 日本語 | 한국어 | Português |
Pусский | 简体中文 | 繁體中文 |
|
Hey thanks for the tutorial and video's! But the last 3 video's aren't loading for me would it be possible to re-upload them? I know there is a written guide but I find the video's more helpful.
Please check it now and see if it works for you. Thank you.
There appears to be a missing step? I needed to build the solution before I got ReadInt to show up in the toolbox.
To show the ReadInt in the toolbox just build the solution from Build > Build Solution
Need some sample or guidance for integration of workflow in existing system. Where I wants to update database during workflow execution. And if we use Persistance Workflow in Database then how can I get report kind of query for status of persisted workflow for various statuses. Thanks Anil Lakhani
Need some guidance in Error handling in sequential workflow or any other using some custom Fault Handler...So link... or some sample code will also help me...
Hi, Here is some guidance on using the TryCatch activity in a workflow: http://msdn.microsoft.com/en-u s/library/dd489 406.aspx And here is a discussion of how cancellation works in workflows and custom activities: http://msdn.mic rosoft.com/en-u s/library/ff407 124.aspx and here is some information of compensation, or the ability to undo previously completed work in case of an exception or cancellation: http://msdn.mic rosoft.com/en-u s/library/dd489 432.aspx Does this information give you a good start on what you need?
Just what I needed to get started... an end to end sample of WF. I've been struggling so far putting together information from various sources. Hope to see you on StackOverflow or MSDN forums