Avi K.
Avi K.

Reputation: 655

Design workflows for WF4 in Silverlight

Our system is based on flows and activities and we want to give the analysts users the opportunity to create dynamics flows (at runtime). The designer UI based on SL 4.0 .

It looks like WorkflowFoundation is the most valuable solution but we didn`t find any WF version that fits to SL (to create the xaml in SL).

Any ideas? any other capable engines?

Upvotes: 3

Views: 3636

Answers (3)

Avi K.
Avi K.

Reputation: 655

Update: Check Here , it might do the job.

Upvotes: 0

kreinsch
kreinsch

Reputation: 198

Neither WF3 or WF4 execute within the Silverlight client. This includes the designers.

Upvotes: 0

Maurice
Maurice

Reputation: 27632

The standard workflow designer is WPF and doesn't work in silverlight. Creating a similar designer will be quite a bit of work. However a simplified designer might do the trick and as a workflows is just xaml which is just XML generating that should be no problem. I guess it depends on the flexibity required.

I am not aware of any 3rd party alternatives out there.

Upvotes: 2

Related Questions