workflow-foundation
using BeginVerifyPin and EndVerifyPin methods in a UCMA workflow
need a simple example of how to call ApplicationPinServices BeginVeri开发者_开发百科fyPin and EndVerifyPin methods from inside a UCMA workflow to verify user pin number...[详细]
2023-04-13 04:21 分类:问答What are the implications of storing a linq2sql object in a workflow instance
I was able to load a linq2sql objects into my workflow service instance, and was able to access the values from those objects with no problems. How开发者_JAVA技巧ever, what I noticed was that the work[详细]
2023-04-12 12:14 分类:问答Optimizing Windows WF 3.5 Instance Creation for 200 request
I currently have a process that creates a windows wf 3.5 instance for each account that a customer have.[详细]
2023-04-10 10:54 分类:问答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 分类:问答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 分类:问答How to skip an activity's result for another activity than the subsequent activity in a sequential workflow?
I\'m with a sequential workflow, say with three activities 1. Get Images 2. Rotate Images 3. Flip Images[详细]
2023-04-08 17:55 分类:问答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 分类:问答Can SQL Server Report Services Designer be rehosted?
I would like 开发者_运维问答to be able to edit and create at run time reports based on SQL Server Reporting Services from my application. Can SQL Server Report Services Designer control be rehosted in[详细]
2023-04-07 09:56 分类:问答How can I create an Activity that encompasses other Activities?
SO.I am starting out in WF4 and I have a design/flow question.I created a custom code activity that takes an \"in argument\" and stores a result to an \"out argument\".Pretty basic.Next I use an \"If\[详细]
2023-04-06 15:09 分类:问答Workflow persistence by single start of workflow for various states of a project
i am using workflow 4.0, silverlight 4.0,in my project. there are 5 sequences considering states of my project which have to be in开发者_开发百科itiated according to a field called status from databa[详细]
2023-04-06 12:16 分类:问答