IBM BPM, V8.0.1, All platforms > Authoring services in Integration Designer > Developing monitor models > What are monitor models? > Monitor XML schema definition (monitor.xsd) > XML schema (monitor.xsd) description

EventDeliveryOptionNoMatchesType

EventDeliveryOptionNoMatchesType is an enumeration that defines the valid event delivery options for an inbound event when no correlation matches are found. The values are ignore, raiseException, createNewContext, and retry. These values are used in the InboundEventType element.

The retry value is deprecated when no instances are found for an inbound event. You should consider selecting another value, such as the raiseException value.

Elements

None

Attributes

None

Restrictions

None

Schema definition

<xsd:simpleType name="EventDeliveryOptionNoMatchesType">
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="ignore"/>
        <xsd:enumeration value="raiseException"/>
        <xsd:enumeration value="createNewContext"/>
        <xsd:enumeration value="retry"/>
    </xsd:restriction>
</xsd:simpleType>

XML schema (monitor.xsd) description