I am working on a WPF LOB application. Basically users have to dri开发者_如何学Gove an entity(lets call it order) throuout the workflow. For example: The first one creates the order and it notifies hi
I have a somewhat unusual scenario where I need to be able to outright slaughter \"hung\", self-hosted WorkflowInstance\'s after a given timeout threshold.I tried the Abort(), Terminate() and Cancel()
I would like to create a custom activity where our engineers, who creates the wf definitions, could write some small blocks of code like creating/converting data structures, without having to write, c
I was wondering if there are ways to use Windows Workflow Foundation to create workflows at run time. I read about dynamic workflows but it is
My auto builds are running fine, but after some versioning customization,开发者_StackOverflow中文版 the name of the folder for the build is just a ever increasing number (ie, 358,359,360...)
What are the advantages of using WF 4.0 in an AppFabric environment, for ASP.NET MVC? What additional hoops do you have to jump through if you don\'t have AppFabric? What bad stuff does AppFabric do t
How to call a WF4 workflow service using JQuery with Json serializa开发者_运维百科tion? ThanksYou can\'t directly. WF4 services only work with XML SOAP style services so you would need to convert the
I need to figure out if something is possible or if there is a better solution to my issue.Below is a scenario that I have.Inside of the activity\'s Execute method, I need to be able to run 3 differen
I already posted a question about this (Abandoned instances that will not continue execution (zombie instances)), but still haven\'t got an answer.
I have an state machine implemented using wwf which is going to handle an indent flow. Imagine that we have an indent registered by user and we want to send enquiry to different vendors.