Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
(WorkflowInfo element) (Action4)
Applies to: SharePoint Server 2013
Container element for individual Flow element (Flows element) (WorkflowInfo element) (Action4) elements.
Usage
<Flows>
<Flow>
<RuleDesigner />
<Paramters />
</Flow>
</Flows>
Element information
Element type |
|
Namespace |
|
Schema file |
Actions4.xsd |
Definition
<xs:element name="Flows" minOccurs="0" maxOccurs="1">
<xs:complexType>
<xs:sequence>
<xs:element name="Flow" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<xs:element name="RuleDesigner" type="ruleDesignerType" minOccurs="1" maxOccurs="1">
</xs:element>
<xs:element name="Parameters" type="parametersType" minOccurs="1" maxOccurs="1">
</xs:element>
</xs:sequence>
<xs:attribute name="Name" type="s:string" use="required" />
<xs:attribute name="Category" type="s:string" use="required" />
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
Elements and attributes
If the schema defines specific requirements, such as sequence, minOccurs, maxOccurs, and choice, see the definition section.
Parent elements
Element |
Type |
Description |
---|---|---|
The root element of the Actions schema. This element must be included in any .ACTIONS file that is installed on the server. |
Child elements
Element |
Type |
Description |
---|---|---|
Represents the activity underlying the **Go to a stage** action in the visual workflow designer. |
Attributes
None.