Source Control Clients
Project Name: WCFWorkflow
Server URL: https://tfs02.codeplex.com

Recent Check-Ins

Change Set Download / Browse Date Comment By Downloads
4339 Sep 5 2007  at
5:25 PM
Updated sample application to show correlation behaviour based on functional parameters of the message. (Implementation of Cancel reservation) vriesmarcel 247
4338 Sep 5 2007  at
5:24 PM
updated documentation vriesmarcel 7
4335 Sep 5 2007  at
1:37 PM
- Added much more activity validation to make sure we don't run into runtime errors that can be prevented and are cause by miss configuration.
- Fixed Correlation behavior so Simple correlation scenario works as well.
- Renamed Behaviour to Behavior in all files.
vriesmarcel 2
3530 Jul 9 2007  at
2:35 PM
Added a correlation behavior that can be applied to the service interface. Apply the attribute WorkflowCorrelationParameterAttribute to a parameter in the service operation and correlation will be done automatically. Is the parameter of a different type, add a mapper class that implements IWorkflowCorelationLookup to map the parameter to a correct worklfow ID.(e.g. do a database lookup based on other ID found in the tracking store) vriesmarcel 36
3356 Jun 26 2007  at
9:10 PM
Added attached property to influence generated class name for wcf implementation. Fixed problem with workflows not started with an activity that has IsActivating == true (exception that runtime is not started) added invoked handler; vriesmarcel 19
3312 Jun 24 2007  at
9:46 PM
Return type of a WCFOutput activity is now also of the correct type based on the selected input activity. This solves the problem that properties geneated during binding for the output where always of type object. So strong type is now also on returnType. Fixed 2 possible null reference exceptions that could occur in the designer code vriesmarcel 2
2184 May 8 2007  at
8:55 PM
Updated the sample application vriesmarcel 100
2183 May 8 2007  at
8:51 PM
Final checkin before building MSI. Added attached property for Service name so you can make the WSDL more friendly. It will default to the workflow type name so you won't have the _wcfimpl anymore in the client proxy type name. Fixed a exception when using statemachine workflows. Also generate default Action Names if none are provided to create friendly WSDL. Fixed the Step by Step guide with the new changes vriesmarcel 6
2151 May 8 2007  at
10:17 AM
fixed null reference exception in designer when interfacetype not configured and selecting an input activity in the output activity. This would crash visual studio. Now only onWay marked input activities are not show in the dropdown and a void returning call only returns direct when marked as oneWay otherwise it requires an output activity that corelates to the input. This will result in the void method also returning exceptions caused by the workflow. This might break existing implementations! vriesmarcel 11
2147 May 8 2007  at
10:01 AM
Added custom actions to remove the source control bindings from the csproj file. MartijnB 1
1-10 of 20Change Sets < Previous 1 2 Next >
Updating...