Status

BPMN: Status values are assigned during execution. Status can be treated as a property and used in expressions local to an Activity. It is unclear that status belongs in the XPDL document.

Attribute Information

Used By

Element xpdl:Activity

Source

<xsd:attribute name="Status" use="optional" default="None">
  <xsd:annotation>
    <xsd:documentation>BPMN: Status values are assigned during execution. Status can be treated as a property and used in expressions local to an Activity. It is unclear that status belongs in the XPDL document.</xsd:documentation>
  </xsd:annotation>
  <xsd:simpleType>
    <xsd:restriction base="xsd:NMTOKEN">
      <xsd:enumeration value="None"/>
      <xsd:enumeration value="Ready"/>
      <xsd:enumeration value="Active"/>
      <xsd:enumeration value="Cancelled"/>
      <xsd:enumeration value="Aborting"/>
      <xsd:enumeration value="Aborted"/>
      <xsd:enumeration value="Completing"/>
      <xsd:enumeration value="Completed"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:attribute>

Sample