Tree Schema Definition Reference

WorkflowAction

This element defines a custom workflow to start. It has the following attributes:

  • WorkflowType
  • Label
  • ToolTip
  • Icon
  • PermissionTypes
  • Location

WorkflowType

The type of the workflow. Required.

Label

A label of the workflow action. Required.

ToolTip

A custom tooltip of the workflow action. Optional. Defaults to the value of the Label attribute.

Icon

The icon of the action. Optional.

PermissionTypes

A list of permissions on the workflow action. Optional.

The list can include one or more comma-separated values:

  • read
  • edit
  • add
  • delete
  • approve
  • publish
  • administrate

Defaults to “read”.

Location

The location of the workflow action’s button on the toolbar. Optional. Its possible values are one of the following:

  • Add
  • Edit
  • Delete
  • Other

Defaults to “Other”.