一种服务行为,可用于指定控制工作流实例如何运行的设置,包括持久性、未经处理的异常行为和空闲行为。
              
              
              
              configuration
  
              
              
              <system.ServiceModel>
    
              
              
              
              behaviors
      
              
              
              <serviceBehaviors>
        
              
              
              
              behavior
          
              
              <workflowInstanceManagement>
语法
<behaviors>
  <serviceBehaviors>
    <behavior name="String">
      <workflowInstanceManagement authorizedWindowsGroup="" />
    </behavior>
  </serviceBehaviors>
</behaviors>  
特性和元素
下列各节描述了特性、子元素和父元素。
特性
| 属性 | 说明 | 
|---|---|
| authorizedWindowsGroup | 
子元素
无。
父元素
| 元素 | 说明 | 
|---|---|
| <serviceBehaviors> 的 <behavior> | 指定行为元素。 |