RuleDesigner element (Condition element)

(Conditions element) (WorkflowInfo element) (Action4)

Applies to: SharePoint Server 2013

Contains information that allows the rendering of a declarative Condition sentence in the visual workflow editor in SharePoint Designer or Visual Studio.

Usage

    <Conditions>
        <Condition>
            <RuleDesigner>
                <FieldBind />
            </RuleDesigner>
        </Condition>
    </Conditions>

Element information

Element type

ruleDesignerType

Namespace

Schema file

Actions4.xsd

Definition

    <xs:element name="RuleDesigner" type="ruleDesignerType" minOccurs="1" maxOccurs="1">
    </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

Condition

Child elements

Element

Type

Description

FieldBind

Attributes

Attribute

Type

Required

Description

Possible values

**Sentence**

s:string

optional

Text that is displayed in the workflow editor that represents the workflow rule. The rule sentence can contain static text and also text that is dynamically generated at run time.

Variables can be embedded into the sentence by using the notation %1, %2, and so on. Each variable maps to a **FieldBind** element **Id**. Then, during workflow design, the text that is displayed for these variables is the **Text** attribute of the **FieldBind** element.

Values of the s:string type.