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.
(Blocks element) (WorkflowInfo element) (Action4)
Applies to: SharePoint Server 2013
Represents visual building blocks on the workflow designer surface.
Usage
<Blocks>
<Block />
</Blocks>
Element information
Information | Location |
---|---|
Element type | |
Namespace | |
Schema file | Actions4.xsd |
Definition
<xs:element name="Block" type="propertiesType" minOccurs="0" maxOccurs="unbounded" >
</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 |
---|---|---|
Child elements
Element |
Type |
Description |
---|---|---|
Attributes
Attribute |
Type |
Required |
Description |
Possible values |
---|---|---|---|---|
**DisplayName** |
s:string |
required |
The name that is used in the visual designer or text-based designer to identify the associated block element. This could be the name of a stage, the name of a loop, the name of an action property, or any other designer item that has a name that is exposed to the user. |
Values of the s:string type. |
**Name** |
s:string |
required |
The internal name of the block item with which the designer differentiates one block from another. This value must be unique. |
Values of the s:string type. |