complexType GeneralStatusType
diagram pm_xsd_diagrams/pm_xsd_p170.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
children pm:statusMessage pm:start pm:end pm:details pm:count pm:operationName pm:status
used by
elements bulkCancelProcessInstancesResponse cancelAdhocActivityResponse replaceUserResponse runAdhocActivityResponse
annotation
documentation
The status of a purge operation
source <xsd:complexType name="GeneralStatusType">
 
<xsd:annotation>
   
<xsd:documentation>The status of a purge operation</xsd:documentation>
 
</xsd:annotation>
 
<xsd:sequence>
   
<xsd:element name="statusMessage" type="xsd:string" minOccurs="0">
     
<xsd:annotation>
       
<xsd:documentation>A message indicating further information on the last purge operation</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="start" type="xsd:dateTime" minOccurs="0">
     
<xsd:annotation>
       
<xsd:documentation>The time the purge operation started</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="end" type="xsd:dateTime" minOccurs="0">
     
<xsd:annotation>
       
<xsd:documentation>The time the purge operation ended</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="details" type="xsd:string" minOccurs="0">
     
<xsd:annotation>
       
<xsd:documentation>Any additional details for this purge</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="count" type="xsd:long" minOccurs="0">
     
<xsd:annotation>
       
<xsd:documentation>The current number of instances executed</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="operationName" type="xsd:string" minOccurs="0">
     
<xsd:annotation>
       
<xsd:documentation>The name of the  operation being referred to</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="status" type="pm:StatusCode"/>
 
</xsd:sequence>
</xsd:complexType>

element GeneralStatusType/statusMessage
diagram pm_xsd_diagrams/pm_xsd_p171.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
A message indicating further information on the last purge operation
source <xsd:element name="statusMessage" type="xsd:string" minOccurs="0">
 
<xsd:annotation>
   
<xsd:documentation>A message indicating further information on the last purge operation</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element GeneralStatusType/start
diagram pm_xsd_diagrams/pm_xsd_p172.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
type xsd:dateTime
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The time the purge operation started
source <xsd:element name="start" type="xsd:dateTime" minOccurs="0">
 
<xsd:annotation>
   
<xsd:documentation>The time the purge operation started</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element GeneralStatusType/end
diagram pm_xsd_diagrams/pm_xsd_p173.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
type xsd:dateTime
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The time the purge operation ended
source <xsd:element name="end" type="xsd:dateTime" minOccurs="0">
 
<xsd:annotation>
   
<xsd:documentation>The time the purge operation ended</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element GeneralStatusType/details
diagram pm_xsd_diagrams/pm_xsd_p174.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Any additional details for this purge
source <xsd:element name="details" type="xsd:string" minOccurs="0">
 
<xsd:annotation>
   
<xsd:documentation>Any additional details for this purge</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element GeneralStatusType/count
diagram pm_xsd_diagrams/pm_xsd_p175.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
type xsd:long
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The current number of instances executed
source <xsd:element name="count" type="xsd:long" minOccurs="0">
 
<xsd:annotation>
   
<xsd:documentation>The current number of instances executed</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element GeneralStatusType/operationName
diagram pm_xsd_diagrams/pm_xsd_p176.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The name of the  operation being referred to
source <xsd:element name="operationName" type="xsd:string" minOccurs="0">
 
<xsd:annotation>
   
<xsd:documentation>The name of the  operation being referred to</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element GeneralStatusType/status
diagram pm_xsd_diagrams/pm_xsd_p177.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
type pm:StatusCode
properties
content simple
facets
Kind Value Annotation
enumeration IN_PROGRESS
documentation
operation is currently being executed
enumeration COMPLETED
documentation
Toperation completed successfully
enumeration FAILED
documentation
failed status code
source <xsd:element name="status" type="pm:StatusCode"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy