views:

35

answers:

2

I have the rehosted workflow designer, but I want to modify a workflow of an application at runtime. How I can accomplish that?

Fonts: Rehosted Workflow Designer

Thanks in advance!

A: 

Do you want to modify a running instance? If so you can't.

Using the code from my blog post you can change the XAML workflow definition. After that you can load the new definition using the ActivityXamlServices.Load() and execute it as is shown at the bottom of the blog post.

Maurice
Thanks for your answer, Maurice!
John Ortiz
A: 

Hi!

If I have a process based on a workflow (I understand that running instance can not modify), but new instances can be modify?

Thanks!

John Ortiz