The screen specifies the priority, initial state, and whether to include subclasses. You must also define whether the corresponding event action executes in synchronous or asynchronous mode.
CAUTION Do not select this option for workflow subscriptions. Launching a workflow takes more time than a synchronous event can handle. A Workflow subscription must run in asynchronous mode to prevent the action from timing out before launching the workflow successfully.
Type_CVLStr='Confidential'
Type_CVLStr
is the symbolic name of the DocumentSensitivity
document class property, which expects a value of the String data type,
in this case Confidential.SVCPDateTime=20040611T000000Z
where SVCPDateTime
is a property of the TimeFormat
document class, which expects a value in the DateTime data type, in this
case 20040611T000000Z
. If an invalid symbolic name is provided, the filter expression is ignored and has no effect on event firing.
There are two situations where using the Filter Property is desirable:
For File/Unfile Event, the RCR is the source object, the Head property represents the containee, and the Tail property represents the container (or Folder). To apply the filter expression on the Folder class or object, set "Tail" as the filter property. Similarly, use "Head" to filter events on certain containees only.
For Publish Request Event, the Publish Request is the source object of the event, and the "InputDocument" is the property of Publish Request class that represents the source document to be published. To apply a filtering condition against the source document, set the "InputDocument" for the filter property.