I have a rather large workflow defined in xaml, consisting of nested flow-charts and sequences. It's a pain to click through the entire hierarchy to modify an activity which is deeply embedded in the workflow. After a project rebuild, the workflow designer resets to the top view, so I have to do this alot.
Is there a way to create separate xaml files containing parts of the main workflow and including them in the main file ? This way, I would be able to edit by simply opening the sub-flows from the solution explorer.
Would invoking a subflow xaml from a CodeActivity seem like a good idea ?
Any other hints to speed up workflow editing ?
Thanks in advance.
Janiek