Class WfExecutionTasksConfigurationType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class WfExecutionTasksConfigurationType
    extends Object
    implements Serializable, Cloneable, Containerable
    Configuration related to tasks in which model operations are executed. EXPERIMENTAL

    Java class for WfExecutionTasksConfigurationType complex type.

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

     <complexType name="WfExecutionTasksConfigurationType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="serialization" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}WfExecutionTasksSerializationType" minOccurs="0"/>
             <element name="executionConstraints" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}TaskExecutionConstraintsType" minOccurs="0"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form