trigger (Domino DTD)

Represents a trigger that executes an agent.

Containment Hierarchy

Contained by: <agent>

Contains: <schedule>

Syntax

<!ELEMENT trigger ( schedule? )>

Content

schedule?

Contains an optional <schedule> element.

Attributes

<!ATTLIST trigger
Attribute

type

(%agent.trigger.types;)

#REQUIRED

>

type

The type of trigger selected, as defined by the %agent.trigger.types; entity.

Defined entity for <trigger> element

The %agent.trigger.types; entity lists the choices for actions that trigger an agent.

Syntax:

<!ENTITY % agent.trigger.types "actionsmenu | agentlist | beforenewmail | afternewmail | docupdate | docpaste | scheduled | serverstart ">

These options trigger an agent:

actionsmenu

Action menu selection

afternewmail

After new mail has arrived

agentlist

Agent list selection

beforenewmail

Before new mail arrives

docpaste

When documents are pasted

docupdate

After documents are created or modified

scheduled

On schedule

serverstart

When the Domino server starts up

Example