-
Today I have presented, Service Fabric and Actor Programming Model at //parallel 2016 . Thanks for attending to many many C++ and JAVA experts. http://www.slideshare.net/damirdobric/moderne-backends-mit-dem-aktor-programmiermodell
-
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...
-
When working with Workflow Manager, you might run into some none deterministic compiler errors. One of these errors sounds like: FileNotFoundException Could not load file or assembly… at GetSignature() This is the screenshot of the error generated in Workflow Designer The problem here is that named assembly...
-
When installing Workflow Manager following error can occur: Info] [5/16/2014 10:52:03 PM]: Processing completed [Error] [5/16/2014 10:52:04 PM]: System.Management.Automation.CmdletInvocationException: Cannot create file 'C:\Program Files\Microsoft SQL Server\MSSQL10_50.MSSQLSERVER\MSSQL\DATA\WFManagementDB...
-
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...
-
When you develop a custom activity for Workflow Foundation 4.x xamlx workflows think about the persistence of your arguments and context variables. This are the “ Persistence Best Practices ” which MSDN recommends: “A workflow can only be persisted if all of the data types used by the workflow are serializable...
-
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 publishing the workflow with client.PublishWorkflow(workflowName, "MyWorkflow.xaml"); you may notice ExpressionTranslation Errors. Usually these errors briefly explain the problem. Unfortunately there is one strange case, which is difficult to explain. To understand this take a look on...
-
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'...