I need to run CRM 2011 workflow from .Net. I looked at an example CRM 2011 SDK that uses the message ExecuteWorkflowRequest. The example works, this is a good start, but the sample also creates the CRM workflow element that it runs.
I am trying to execute a workflow element that already exists. But I keep getting the error "Workflow must be in publishing state." although I activated the workflow.
I tried to execute the same workflow element as with the CRM 4.0 SDK, and it works fine. But I cannot use this SDK with how the system works, since I need to execute a workflow element, creating a custom workflow workflow.
Thank you in advance
source share