workflow-foundation-4
Can WF be used for load testing
I have a web service that I would like to load test by sending multiple requests to it in parallel. It occurred to me that WF might prove a useful tool to orchestrate that with the flexibility to quic[详细]
2023-04-10 11:56 分类:问答How do WF4 parse the Expressions?
How do WF4 parse expressions and return the values. for example the If activity has the Condition attribute that we can write expression like [ true = true ] or [ \"str\" = \"str\" ] or guids...[详细]
2023-04-10 05:04 分类:问答WF4 Goto or Run Activity if a Condition is met
I have a WF4 with a Sequence of Activities. CalculateTaxesActivity CreateOrderActivity CreditCardAu开发者_如何学运维thorizationActivity[详细]
2023-04-10 02:55 分类:问答StateMachine in WF4
First a disclaimer - I am new to WF and I\'ve beel playing with WF4 only for 3 days - so apologies on any benign or lame questions I may have...[详细]
2023-04-09 19:21 分类:问答How do I pass objects to descendant activities in WF4?
I\'m new to Workflow Foundation 4, and I\'ve been struggling for days to do something that seems like it should be completely trivial. Note that I\'m mostly coding C# activities here, not really all t[详细]
2023-04-09 16:00 分类:问答Workflow services correlation
I would like to implement next workflow scenario: I have workflow service with two branches. Operation2 (Receive activity) is correlated with CorrelationHandle “handle2” which is initialized from m[详细]
2023-04-09 08:56 分类:问答FlowDecision Designer components
My question is about the Flow Decision designer object.Can I change the sides that the \"True\", \"False\", and Inputs come from?Currently, True is always to the left, False on the Right, and input is[详细]
2023-04-08 16:14 分类:问答Reflect WF4 System.Activities [duplicate]
This question already has answers here: Closed 11 years ago. Possible Duplicate: Reflector Not Decompiling 'System.Data.Entity.dll' .NET 4.0[详细]
2023-04-08 14:37 分类:问答.NET Workflow Scheduling, best practices, and is it the right solution
I\'m working on a project where I need to schedule processes. I\'m thinking WF would be great tool to use. But since this will be my first dive into WF I got a few questions.[详细]
2023-04-08 09:56 分类:问答Windows Workflow Custom Sequence Activity
I\'m working with Windows Workflow 4, and I need to create a C# activity that, basically, inherits from the Sequence activity.I want it to look just like the Sequence activity, so a user can drag and[详细]
2023-04-07 00:53 分类:问答