workflow-foundation
Display workflows in LOB application
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[详细]
2023-03-17 13:44 分类:问答How to FORCEFULLY kill a WorkflowInstance?
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()[详细]
2023-03-17 05:32 分类:问答Code inline in custom activities
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[详细]
2023-03-17 02:54 分类:问答create workflows at run time WWF
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[详细]
2023-03-16 15:06 分类:问答Change the name of the drop folder for a TFS 2010 Build
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...)[详细]
2023-03-15 12:42 分类:问答Does AppFabric help with Windows Workflow Foundation development?
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[详细]
2023-03-14 13:19 分类:问答Call WF4 Worfklow Service with JQuery
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[详细]
2023-03-14 00:21 分类:问答Persistence inside the execute method of a nativeactivity
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[详细]
2023-03-13 21:55 分类:问答AppFabric / WF 4.0 instances stuck despite no bookmark and pending timer
I already posted a question about this (Abandoned instances that will not continue execution (zombie instances)), but still haven\'t got an answer.[详细]
2023-03-12 17:02 分类:问答how can I add branch to parallel activity dynamically
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.[详细]
2023-03-12 16:59 分类:问答