element WorkItemRescheduledFault
diagram brm_wsdl_diagrams/brm_wsdl_p111.png
namespace http://exception.api.brm.n2.tibco.com
type extension of DetailedException
properties
content complex
children error managedObjectId dataModel
annotation
documentation
Exception thrown if the Work Item has been modified via an external event such as a reschedule.
source <xs:element name="WorkItemRescheduledFault">
 
<xs:annotation>
   
<xs:documentation>Exception thrown if the Work Item has been modified via an external event such as a reschedule.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="comex:DetailedException">
       
<xs:sequence>
         
<xs:element name="managedObjectId" type="ns1:ManagedObjectID">
           
<xs:annotation>
             
<xs:documentation>This is the ID of the new Work Item that was generated as the result of the reschedule.</xs:documentation>
           
</xs:annotation>
         
</xs:element>
         
<xs:element name="dataModel" type="ns2:DataModel" minOccurs="0">
           
<xs:annotation>
             
<xs:documentation>If specified this will be a complete set of all the Work Item data. This will allow a client to decide if user data has been overwritten, and possibly allow a merge of changed data and client local data.</xs:documentation>
           
</xs:annotation>
         
</xs:element>
       
</xs:sequence>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

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