Class ActivityErrorHandlingStrategyEntryType

  • All Implemented Interfaces:
    Containerable, DebugDumpable, Serializable, Cloneable

    public class ActivityErrorHandlingStrategyEntryType
    extends Object
    implements Serializable, Cloneable, Containerable
    Specifies a reaction when a given error during activity execution occurs.

    Java class for ActivityErrorHandlingStrategyEntryType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="ActivityErrorHandlingStrategyEntryType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="order" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="situation" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ErrorSituationSelectorType" minOccurs="0"/>
             <element name="reaction" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ErrorReactionType" minOccurs="0"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form