InfoLearner
InfoLearner

Reputation: 15598

Other than Visual Studio, which designers can we use to create windows workflow activities?

Can we use any other designers (possible web based) that can be used to create windows workflow activities?

Upvotes: 1

Views: 248

Answers (1)

Joseph Caruana
Joseph Caruana

Reputation: 2271

Currently, the .Net Framework has facility to re-host the WF designer. It is relatively easy and you will find loads of examples online. However, it is NOT web-based.

There are some Web based designers, like this one, but I do not know of their reliability.

My suggesting would be to stick for the WPF version. And perhaps use something like click once to make it easy to install and update.

Upvotes: 1

Related Questions