complexType ActivityInstanceStatus
diagram pm_wsdl_diagrams/pm_wsdl_p1.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>

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