A quick way to set up a demo project for designing and testing Workflow 4 Activities and Designers.
The template creates a Workflow Console application that includes a NativeActivity (that implements IActivityTemplateFactory) and a Designer that can be built or run as is, or that you can customize. The template is designed so that all the normal drudgery of setting up a demo or test project to prototype a NativeActivity has been taken care of. All you have to do is add your logic and create the designer. Versions: 1.0 - initial upload 1.1 - added additional using directives for common use cases (Collection<T> and VisualBasicValue<T> namespaces) |