Class StageCompletionEventType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class StageCompletionEventType
    extends CaseEventType
    implements Serializable, Cloneable, Containerable
    Event describing the completion of a workflow process instance stage.

    Java class for StageCompletionEventType complex type.

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

     <complexType name="StageCompletionEventType">
       <complexContent>
         <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CaseEventType">
           <sequence>
             <element name="outcome" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
             <element name="automatedDecisionReason" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AutomatedCompletionReasonType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form