次の方法で共有


Actions 要素 (WorkflowInfo 要素)

(Action4)

適用対象: SharePoint Server 2013

カスタム ワークフロー アクティビティを作成し、一意のビジネス プロセスのモデル化に使用できる使用可能なワークフロー アクションのパレットを展開できます。

使用方法

<WorkflowInfo>
  <Conditions>
  <Actions>
    <Action />
  </Actions>
</WorkflowInfo>

要素の情報

名前 詳細
要素の種類
Namespace
スキーマ ファイル Actions4.xsd

定義

<xs:element name="Actions" minOccurs="0" maxOccurs="1">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Default" type="defaultElementType" minOccurs="0"  maxOccurs="1" ></xs:element>
      <xs:element name="Action" minOccurs="0"  maxOccurs="unbounded" >
        <xs:complexType>
          <xs:all>
            <xs:element name="Parameters" type="parametersType" minOccurs="0"  maxOccurs="1" ></xs:element>
            <xs:element name="RuleDesigner" type="ruleDesignerType" minOccurs="1"  maxOccurs="1" ></xs:element>
            <xs:element name="DataSources" type="dataSourcesType" minOccurs="0"  maxOccurs="1" ></xs:element>
            <xs:element name="Modifications" minOccurs="0"  maxOccurs="1" >
              <xs:complexType>
                <xs:sequence>
                  <xs:element name="Modification" minOccurs="1"  maxOccurs="unbounded" >
                    <xs:attribute name=" TypeId" type="s:string" use="required"/>
                    <xs:attribute name="NameFormat" type="s:string" use="required"/>
                    <xs:attribute name="FormURN" type="s:string" use="required"/>
                  </xs:element>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
            <xs:element name="ActionVariables" minOccurs="0"  maxOccurs="1" >
              <xs:complexType>
                <xs:sequence>
                  <xs:element name="ActionVariables"  ></xs:element>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
            <xs:element name="ActionBody" minOccurs="0"  maxOccurs="1" >
              <xs:complexType>
                <xs:sequence>
                  <xs:element name="ActionBody"  ></xs:element>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
            <xs:element name="ActionConditions" minOccurs="0"  maxOccurs="1" >
              <xs:complexType>
                <xs:sequence>
                  <xs:element name="ActionConditions"  ></xs:element>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
          </xs:all>
          <xs:attribute name="Name" type="s:string" use="required"/>
          <xs:attribute name="ClassName" type="s:string" use="required"/>
          <xs:attribute name="Assembly" type="s:string"/>
          <xs:attribute name="FunctionName" type="s:string"/>
          <xs:attribute name="Category" type="s:string"/>
          <xs:attribute name="CreatesTask" type="s:boolean"/>
          <xs:attribute name="CreatesInList" type="s:string"/>
          <xs:attribute name="AppliesTo" type="appliesToTypes" use="required"/>
          <xs:attribute name="IsError" type="s:boolean"/>
          <xs:attribute name="ListModeration" type="s:boolean"/>
          <xs:attribute name="UsesCurrentItem" type="s:boolean"/>
          <xs:attribute name="CreatedTaskFormType" type="s:string"/>
          <xs:attribute name="__SolutionId" type="s:string"/>
          <xs:attribute name="SandboxedFunction" type="s:boolean"/>
          <xs:attribute name="ShapeImageUrl" type="s:string"/>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
    <xs:attribute name="Sequential" type="s:string"/>
    <xs:attribute name="Parallel" type="s:string"/>
  </xs:complexType>
</xs:element>

要素と属性

スキーマで sequenceminOccursmaxOccurschoice などの具体的な要件が定義されている場合は、定義のセクションを参照してください。

親要素

子要素

属性

属性 種類 必須 説明 使用可能な値
並列 s:string 省略可能 ワークフロー アクションを並列で実行し、RuleDesigner 要素 (Action 要素) (Actions 要素) (WorkflowInfo 要素) (Action4) 文内のそれぞれのアクション要素を結合することを指定します。 s:string 型の値。
Sequential s:string 省略可能 ワークフロー アクションを並列で実行し、RuleDesigner 要素 (Action 要素) (Actions 要素) (WorkflowInfo 要素) (Action4) 文内のそれぞれのアクション要素を結合することを指定します。 s:string 型の値。