Associate Workflows with Artifact Types and Projects Example

A Workflow must be assigned to specific projects and standard artifact types within projects.

In the above example, when included as part of a Workflow XML definition, the definition would perform the following:

  • Apply the Workflow to the standard Actor artifact type
  • Apply this to two specific projects
  • One project is referenced by its artifact ID, and declared using the Id="10" attribute
  • The other project is referenced by its location
  • Additional projects to which the Workflow applies can be added as Project child elements
  • Additional standard artifact types can be added as ArtifactType child elements to the relevant project