Class StageCompletionEventType

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

    public class StageCompletionEventType
    extends CaseEventType
    implements Serializable, Cloneable, Containerable
    Event describing the completion of a workflow process instance stage. <p>Java class for StageCompletionEventType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="StageCompletionEventType"&gt; &lt;complexContent&gt; &lt;extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CaseEventType"&gt; &lt;sequence&gt; &lt;element name="outcome" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/&gt; &lt;element name="automatedDecisionReason" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AutomatedCompletionReasonType" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/extension&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form