<behaviors> of workflow

This element contains the serviceBehaviors collection. Each element in the collection defines behavior elements consumed by workflow services. Each behavior element is identified by its unique name attribute.

Schema Hierarchy

<system.ServiceModel>

Syntax

<behaviors>
   <serviceBehaviors>
   </serviceBehaviors>
</behaviors>

Attributes and Elements

The following sections describe attributes, child elements, and parent elements.

Attributes

None

Child Elements

Element Description

<serviceBehaviors> of workflow

This configuration section represents all the behaviors defined for a specific workflow service.

Parent Elements

Element Description

<system.serviceModel>

The root element of all workflow configuration elements.

See Also

Reference

BehaviorsSection
ServiceBehaviorElementCollection
ServiceBehaviorElement

Other Resources

Configuring and Extending the Runtime with Behaviors