Class ActivityControlFlowDefinitionType

  • All Implemented Interfaces:
    Containerable, DebugDumpable, Serializable, Cloneable
    Direct Known Subclasses:
    ActivityControlFlowDefinitionTailoringType

    public class ActivityControlFlowDefinitionType
    extends Object
    implements Serializable, Cloneable, Containerable
    Defines the features related to the flow of control within an activity (simple or composite).

    Java class for ActivityControlFlowDefinitionType complex type.

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

     <complexType name="ActivityControlFlowDefinitionType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="bucketProcessingCondition" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ExpressionType" minOccurs="0"/>
             <element name="itemProcessingCondition" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ExpressionType" minOccurs="0"/>
             <element name="processingOption" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}PartialProcessingTypeType" minOccurs="0"/>
             <element name="errorHandling" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ActivityErrorHandlingStrategyType" minOccurs="0"/>
             <element name="parallelExecution" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form