complexType ActivityInstanceStatus
diagram pm_xsd_diagrams/pm_xsd_p123.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
children pm:activityID pm:activityName pm:activityState pm:startTime pm:completionTime pm:deadlineExpirationTime pm:retries
used by
element activityInstanceStatus
annotation
documentation
Type to summarize the current status of an instance of an activity in a process.
source <xsd:complexType name="ActivityInstanceStatus">
 
<xsd:annotation>
   
<xsd:documentation>Type to summarize the current status of an instance of an activity in a process.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:sequence>
   
<xsd:element name="activityID" type="xsd:string" nillable="true">
     
<xsd:annotation>
       
<xsd:documentation>
Unique ID assigned to the activity, for example
XPDL ID assigned by BusinessStudio's BPMN
Process Editor.
</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="activityName" type="xsd:string" nillable="true">
     
<xsd:annotation>
       
<xsd:documentation>
Optional name of the activity
</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="activityState" type="xsd:string" nillable="true">
     
<xsd:annotation>
       
<xsd:documentation>
Current state of an activity instance, for
example WAITING
</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="startTime" type="xsd:dateTime" nillable="true">
     
<xsd:annotation>
       
<xsd:documentation>
When the activity instance starts execution
</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="completionTime" type="xsd:dateTime" nillable="true">
     
<xsd:annotation>
       
<xsd:documentation>
When the activity instance finishes execution
</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="deadlineExpirationTime" type="xsd:dateTime" nillable="true">
     
<xsd:annotation>
       
<xsd:documentation>
A timer intermediate event can be attached to
any activity. This field keeps track of when
time-out would occur if the activity did not
complete.
</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="retries" type="xsd:int"/>
 
</xsd:sequence>
</xsd:complexType>

element ActivityInstanceStatus/activityID
diagram pm_xsd_diagrams/pm_xsd_p124.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
type xsd:string
properties
content simple
nillable true
annotation
documentation

Unique ID assigned to the activity, for example
XPDL ID assigned by BusinessStudio's BPMN
Process Editor.
source <xsd:element name="activityID" type="xsd:string" nillable="true">
 
<xsd:annotation>
   
<xsd:documentation>
Unique ID assigned to the activity, for example
XPDL ID assigned by BusinessStudio's BPMN
Process Editor.
</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element ActivityInstanceStatus/activityName
diagram pm_xsd_diagrams/pm_xsd_p125.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
type xsd:string
properties
content simple
nillable true
annotation
documentation

Optional name of the activity
source <xsd:element name="activityName" type="xsd:string" nillable="true">
 
<xsd:annotation>
   
<xsd:documentation>
Optional name of the activity
</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element ActivityInstanceStatus/activityState
diagram pm_xsd_diagrams/pm_xsd_p126.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
type xsd:string
properties
content simple
nillable true
annotation
documentation

Current state of an activity instance, for
example WAITING
source <xsd:element name="activityState" type="xsd:string" nillable="true">
 
<xsd:annotation>
   
<xsd:documentation>
Current state of an activity instance, for
example WAITING
</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element ActivityInstanceStatus/startTime
diagram pm_xsd_diagrams/pm_xsd_p127.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
type xsd:dateTime
properties
content simple
nillable true
annotation
documentation

When the activity instance starts execution
source <xsd:element name="startTime" type="xsd:dateTime" nillable="true">
 
<xsd:annotation>
   
<xsd:documentation>
When the activity instance starts execution
</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element ActivityInstanceStatus/completionTime
diagram pm_xsd_diagrams/pm_xsd_p128.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
type xsd:dateTime
properties
content simple
nillable true
annotation
documentation

When the activity instance finishes execution
source <xsd:element name="completionTime" type="xsd:dateTime" nillable="true">
 
<xsd:annotation>
   
<xsd:documentation>
When the activity instance finishes execution
</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element ActivityInstanceStatus/deadlineExpirationTime
diagram pm_xsd_diagrams/pm_xsd_p129.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
type xsd:dateTime
properties
content simple
nillable true
annotation
documentation

A timer intermediate event can be attached to
any activity. This field keeps track of when
time-out would occur if the activity did not
complete.
source <xsd:element name="deadlineExpirationTime" type="xsd:dateTime" nillable="true">
 
<xsd:annotation>
   
<xsd:documentation>
A timer intermediate event can be attached to
any activity. This field keeps track of when
time-out would occur if the activity did not
complete.
</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element ActivityInstanceStatus/retries
diagram pm_xsd_diagrams/pm_xsd_p130.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
type xsd:int
properties
content simple
source <xsd:element name="retries" type="xsd:int"/>


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