Cadence Java Samples on Windows
This post covers how to run the Cadence Java sample workflows on Windows.
Read More...This post covers how to run the Cadence Java sample workflows on Windows.
Read More...This post is about running Cadence on Windows.
Read More...In this post, I’ll explain how Workflow Manager handles messages through Service Bus topics.
Read More...When writing custom activities for WF4, you can cut some performance costs by overriding the CacheMetadata method. By default, CacheMetadata will use reflection to determine what properties are available as in/out arguments and setup their binding. Reflection can have a significant cost, as I’ll show in this post.
Read More...A WF4 activity to queue a message in an Azure Queue.
Read More...A WF4 activity to reboot a role instance in an Azure cloud service deployment. Note that this method uses the Azure REST API and requires a management certificate to be installed on the machine executing the workflow in the local machine store.
Read More...