In coded workflows, is it better to invoke other workflows via the dynamic workflows object, or through the IWorkflowInvocationService that can be accessed via the services container?
Not really sure when one is better than the other, or if one is better for writing automated tests. Thank you.
That was what I was thinking too. The only benefit of the IWorkflowInvocationService I can think of is that if you really wanted to mock it for testing you could.