workflow-activity
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 分类:问答Scheduling child activity that implements an interface with input parameters
public sealed class Parent : NativeActivity { public Parent() { Childrens = new Collection<Activity>();[详细]
2023-04-05 01:26 分类:问答How to pass parameters to a CodeActivity in a NativeActivity code sequence
I\'m trying to get windows workflows working, and I\'ve become a little stumped. I\'ve gotten a single workflow working, but now I am trying to do something a little more complex: start a workflow, w[详细]
2023-04-03 14:13 分类:问答Correlate a graphical recieve with another one inside a code activity
you could imagine an xaml service that exposes a receive activity. This is the first activity in my worklow. Behind this receive there are simple activities asInitializateCorrelation\", \"ass开发者_St[详细]
2023-04-01 21:17 分类:问答"CorrelationResponse context should not be null" in window workflow 4.0
I am developing a windows workflow 4 service that has multiple receives. I am handling all the exceptions and there isnt any unhandled exception thrown by the service. I have two reply activities one[详细]
2023-03-30 17:27 分类:问答How to make an InArgument's value dependant upon the value of another InArgument at design time
I have a requirement to allow a user to specify the value of an InArgument / property from a list of valid values (e.g. a combobox).The list of valid values is determined by the value of another InArg[详细]
2023-03-23 10:58 分类:问答.Net 4 Workflow switch activity, how to provide possible values for the cases?
We have rehosted the Workflow (4) designer in our application. This application has a database where certain values are stored. In the rehosted designer I added the Switch activity and set the type to[详细]
2023-03-23 03:40 分类:问答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 分类:问答Which Activity to use to represent a long wait for a document in my WF app?
Basically, I have a point in my workflow where after a document has been sent and a number of things will/might happen.[详细]
2023-03-11 22:23 分类:问答