complexType ItemContext
diagram wp_diagrams/wp_p10.png
namespace http://api.brm.n2.tibco.com
children activityID activityName appInstance appName appID appInstanceDescription
used by
elements scheduleWorkItem/itemContext scheduleWorkItemWithModel/itemContext WorkItemHeader/itemContext
annotation
documentation
Context of the work item, as supplied by the application that scheduled the work item.
source <xs:complexType name="ItemContext">
 
<xs:annotation>
   
<xs:documentation>Context of the work item, as supplied by the application that scheduled the work item.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="activityID" type="xs:string">
     
<xs:annotation>
       
<xs:documentation>ID of the activity from which the work item was generated.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="activityName" type="xs:string">
     
<xs:annotation>
       
<xs:documentation>Name of the activity from which the work item was generated.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="appInstance" type="xs:string">
     
<xs:annotation>
       
<xs:documentation>Identifier of the application instance.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="appName" type="xs:string">
     
<xs:annotation>
       
<xs:documentation>Name of the application.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="appID" type="xs:string">
     
<xs:annotation>
       
<xs:documentation>ID of the application.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="appInstanceDescription" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Description of the application instance.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

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