-
When Working with Share Point Workflows (Workflow Manager) you might notice following error in the event log. The associated workflow has been deprecated. In the normal system state this error should never happen. However the Workflow Manager Client API allows you to write peace of code which does not...
-
Assume you have an activity which is executing for very long time. This is so called Long-Running workflow. In fact long-running scenario is one of scenarios in Commuter Sciences which practically can very easy be solved by Using Microsoft Workflow Foundation. Following workflow show never ending workflow...
-
To get a feeling how SharePoint Workflows look like under the hub take a look on following example: http://developers.de/media/p/422263.aspx . This is the original XML which fully (natively) describe the workflow deployed by SharePoint. Following picture shows a snapshot of the XML which can be downloaded...
-
As I described here Windows Azure Workflow (Workflow Manager) is originally designed to run in the cloud. That means it designed as multitenant application. because of that the Workflow Manager must fulfill several very sensitive security requirements. One of used approaches is so called “Reduced Trusted...
-
When deploying Workflows within Workflow Manager as long activities inside of trusted surface are used, there is no assembly which should be referenced or published to the host. All required is contained in a XAML. Usually one workflow is WorkflowDefinition which basically defines the activation envelope...