WorkflowInfo Element (WorkflowActions)

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

WorkflowInfo is the root element of the Actions schema. This element must be included in any .ACTIONS file that is installed on the server.

<WorkflowInfo>
    <Conditions>…</Conditions>  
  <Actions>…</Actions>
</WorkflowInfo>

Attributes

Attribute

Description

Language

Refers to the language of the server, not the client. This is notated as a language/culture pair. For example "en-us" is used to specify "English-United States" (See Locale Identifier Constants and Strings).

Child Elements

Conditions

Actions

Parent Elements

None

Example

The following XML demonstrates how to construct the WorkflowInfo element so that all custom actions or conditions contained within it will be properly displayed in the workflow editor.

<WorkflowInfo language="en-us">
   <Conditions>…</Conditions>
   <Actions>…</Actions>
</WorkflowInfo>

See Also

Concepts

Creating Declarative, No-Code Workflow Editors

Actions Schema Reference