How can a new workflow class be added to an existing assembly that has already been registered and contains custom workflow activities that are already being used by workflows?
I often register an assembly with a workflow activity and then later want to add more classes.
The only way that has worked for me is to de-register and re-register the assembly, otherwise the custom workflow activity does not show up in the workflow designer; this approach is not ideal as it involves removing steps from all the workflows that use the assembly.