Is there a way to get the list of executed activites in a 开发者_运维百科windows workflow? I have one that has several paths, and i want to access from outside after they\'ve been executed (from a tes
Greetings one and all! I\'m new to WF 4.0 and WWF in general so forgive me if this seems like a newbie type of question, but believe me I\'ve scoured the depths of the Internet for a solution to this
I need to write a static method which is performing some kind of parsing on a string with signature like:
Is there a way to exit a workflow more gracefully than throwing an InvalidWorkflowException? I\'m writing an activity (that interacts with an SQL database) that needs to short-circuit if an opera开发者
I have a custom workflow that I am starting through code.The following code I am using to start a workflow.
I\'ve successfully got a few workflows going with Server AppFabric. What i have noticed however is that when i try to use namePipeBinding to communicate with the workflow then the call works successf
I\'m having trouble finding any documentation on how the SqlWorkflowInstanceStore and how it handles retires.
We have a business logic for managing the document life cycle. This is implemented using Workflow Foundation 4 and WF Persistence.
I have a wcf workflow that have three receive activities arranged in a sequential manner. i.e 1.receive application
Off late I have been working on SharePoint Workflow, in SharePoint 2010. While creating a Task activity, i ususally create task from workflow code behind like..