Workflow Definition Schema

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.

Each element manifest that defines a workflow must adhere to the Workflow Definition Schema. A workflow definition is an XML file that contains the information Windows SharePoint Services requires to instantiate and run the workflow, such as the following:

  • The name, GUID, and description of the workflow

  • The URLs of any custom forms used in this workflow

  • The names of the workflow assembly, and the class within that assembly to call

  • Optionally, any custom metadata the workflow requires to run

The structure of the workflow definition schema is as follows:

<Elements Element (Workflow)>

   <Workflow Element (Elements)>

      <Categories Element (Workflow)>

      <AssociationData Element (Workflow)>

      <MetaData Element (Workflow)>

         <InitiationType Element (Workflow)>

         <Modification_GUID_Name Element (Workflow)>

         <StatusPageUrl Element (Workflow)>

         <ExtendedStatusColumnValues Element (Workflow)>

            <StatusColumnValue Element (Workflow)>

See Also

Concepts

Workflow Deployment Using Features