How do you configure a custom workflow extension (such as a PersistenceParticipant descendant) in Web.config when deploying to IIS or AppFabric? (For WF 4)
How do you configure a custom workflow extension (such as a PersistenceParticipant descendant) in
Share
You can do so in the CacheMetadata of an activity or through a service behavior as follows.
Create an IServiceBehavior to add the extension and a BehaviorExtensionElement to load the IServiceBehavior.
Next register it as an behaviorExtensions in the config and use in in your service behavior