RuleDesigner Element (WorkflowActions)

最終更新日: 2015年3月9日

適用対象: SharePoint Foundation 2010

この記事の内容
Attributes
Child Elements
Parent Elements

Complex type element. The RuleDesigner element contains information that is needed to render a workflow sentence in a declarative, code-free workflow editor, such as Microsoft SharePoint Designer 2010.

<RuleDesigner>
  <FieldBind>
    <Option>
    <DataSourceRef>

Attributes

Attribute

Description

Sentence

Required text. 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 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.

Child Elements

FieldBind

Parent Elements

Default

Action

関連項目

概念

宣言型のコーディング不要ワークフロー エディタを作成する

ワークフロー アクション スキーマの概要