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
This question already has answers here: Closed 11 years ago. Possible Duplicate: Reflector Not Decompiling 'System.Data.Entity.dll' .NET 4.0
public sealed class Parent : NativeActivity { public Parent() { Childrens = new Collection<Activity>();
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
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
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
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
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
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
Basically, I have a point in my workflow where after a document has been sent and a number of things will/might happen.