<workflowInstanceManagement>

ワークフロー インスタンスの実行方法を制御する設定を指定するためのサービス動作。これには、永続する未処理の例外動作やアイドル状態の動作が含まれます。

configuration
  <system.ServiceModel>
    behaviors
      <serviceBehaviors>
        behavior
          <workflowInstanceManagement>

構文

<behaviors>
  <serviceBehaviors>
    <behavior name="String">
      <workflowInstanceManagement authorizedWindowsGroup="" />
    </behavior>
  </serviceBehaviors>
</behaviors>  

属性および要素

以降のセクションでは、属性、子要素、および親要素について説明します。

属性

属性 説明
authorizedWindowsGroup

子要素

なし。

親要素

要素 説明
<serviceBehaviors> の <behavior> 動作の要素を指定します。

関連項目