Activity '{0}' cannot define arguments other than the built-in Result argument and also declare access to public locations via CodeActivityPublicEnvironmentAccessor. Either pass all data into the activity via arguments, or via CodeActivityPublicEnvironmentAccessor.TryGetAccessToPublicLocation and TryGetReferenceToPublicLocation.
Activity '{0}' cannot add a match for Activity '{1}' because it is not its declarer. The matched Activity is declared by ...
Activity '{0}' cannot add a match for Variable '{1}' because it is not its owner. The matched Variable is owned by '{2}'. ...
Activity '{0}' cannot add a variable match because the two variables' signatures don't match. The signature including Name, ...
Activity '{0}' cannot call GetLocation on this public location reference because it was created CodeActivityPublicEnviro ...
Activity '{0}' cannot define arguments other than the built-in Result argument and also declare access to public locations ...
Activity '{0}' cannot read from this public location reference because it was declared with ArgumentDirection.Out. To allow ...
Activity '{0}' cannot write to this public location reference because it was declared with ArgumentDirection.In. To allow ...
Activity '{0}' has multiple runtime arguments with evaluation order set to '{1}'. Runtime argument evaluation order values ...
Activity '{0}' in DynamicUpdateMapBuilder.DisallowUpdateInside is not a public member of DynamicUpdateMapBuilder.UpdatedWorkflowDefinition. ...