We are to deliver a SenseNet ECM based custom solution to our client. Solution includes a flexible business process declaration capability. SenseNet fits us in many ways, except all the demos we've evaluated today show one big disadvantage - XAML
Workflow Foundation files are used to create a logical workflow implementations (sorry for the terminology mess). In Visual Studio. We can't ship something that requires VS to fully function to our clients, nor we can say "hey, we'll just do it for you every time you need it".
Is there an ready-to-use solutions that allows defining .Net 4 WF xaml
s in a more user-frienldy environment?
You can rehost the workflow designer, used by Visual Studio, on your own WPF application:
Rehosting the Workflow Designer:
(also check this blog post, for a quicker introduction, including a sample solution)