Skip to content

Provide namespacing to plugins so that types/steps are loaded from the correct assembly

Because flows currently use just the type name it's possible for a name clash to occur between two plugins and the wrong step being loaded. By specifying full type names in the flows I can ensure that the correct type is resolved.