-
These days new version of Azure Service Bus for Windows Server was published. That means updating of all running farms, which is not really my lovely task. And, as expected my Workflow Manager Setup ran in following error: I grabbed in the log file and found same information shown in dialog above...
-
There are many situations in Business when some Business Process has to be orchestrated by multiple incoming messages. For all of you who are not very familiar with system integration, here are few words about it. Imagine your need to implement an application which is driven by multiple events. For example...
-
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...
-
If you have noticed that the Workflow Manager 1.0 and Service Bus Server 1.0 do nor show up in the Web Platform Installer you should check few things. Following picture shows that Cumulative Update, WF-Tools and WF-clients are listed in WPI, but workflow Manager and Service Bus are missing. First of...
-
These days we detected some harmful information message in the Service Bus event log. ServiceBus Inner Management Channel has faulted. Type: PartitionId:0, ContainerId:1.ree When something like this happen, you should hope that this was a temporary issue, which somehow has been automatically covered...
-
Imaging you are receiving some events which have to be used to activate new workflow instance Wi of some workflow type W. As long the workflow completes faster than new events arrives, successive workflow activation will execute ordered. That means for each event Ek, workflow instance Wk will be activated...
-
If you want to implement the long running business process or in other words to automate the business process, the Windows Workflow Foundation is definitely great choice. In addition you might probably want to use the host like AppFabric and Workflow Manager. Assuming that you are SharePoint guy or you...
-
When working with Workflows, which running in Workflow Manager (SP devs call it usually SharePoint Workflow) on-premises or in Office 365 you might get following error: Expression: DateTime.Now.ToString() " Property access conversion to an activity is not supported for property 'CurrentDomain'...
-
If you want to develop workflows for Workflow Manager, you do not have to necessarily install the full Service Bus and Workflow Manager server on development box. You can do this, but it is not required. To prepare you box go to this official download page: http://www.microsoft.com/en-us/download/details...
-
Service Bus for Windows Server provides two ways to setup access rights to its entities (queues/topics). Since the Windows Azure Access Control Service (ACS) is not available on Windows Server, the Service Bus for Windows Server includes a simple Service Bus Security Token Service (SBSTS). The SBSTS...
-
When working with ServiceBus for Server, the setup is responsible to define default user’s permissions. During setup procedure you will have to provide the credentials of the user who will be admitted to host and to manage Service Bus. However permissions for Workflow Manager are managed a different...