Class WfExecutionTasksSerializationType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class WfExecutionTasksSerializationType
    extends Object
    implements Serializable, Cloneable, Containerable
    Whether and how to serialize execution tasks (if "execute after all approvals" is set to false). EXPERIMENTAL

    Java class for WfExecutionTasksSerializationType complex type.

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

     <complexType name="WfExecutionTasksSerializationType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="scope" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}WfExecutionTasksSerializationScopeType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="retryAfter" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
             <element name="groupPrefix" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form