<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.

<configuration>
  <system.ServiceModel>
    <behaviors>

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> 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