complexType MigrationRuleTaskType
diagram pm_wsdl_diagrams/pm_wsdl_p22.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
used by
element MigrationRuleProcessType/migrate
attributes
Name  Type  Use  Default  Fixed  Annotation
fromTask  xsd:string  required      
documentation
Name of the task defining the point in the process from which the process instance should be migrated. (This task must be a valid migration point.)
toVersion  xsd:string  required      
documentation
Version number of the module (process template) to which the process instance should be migrated.
description  xsd:string  optional      
documentation
(Optional) Explanation of this migration rule.
annotation
documentation
Type to describe the task from which migration is to take place, and the version number of the module to which the process instance should be migrated.
source <xsd:complexType name="MigrationRuleTaskType">
 
<xsd:annotation>
   
<xsd:documentation>Type to describe the task from which migration is to take place, and the version number of the module to which the process instance should be migrated.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:attribute name="fromTask" type="xsd:string" use="required">
   
<xsd:annotation>
     
<xsd:documentation>Name of the task defining the point in the process from which the process instance should be migrated. (This task must be a valid migration point.)</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="toVersion" type="xsd:string" use="required">
   
<xsd:annotation>
     
<xsd:documentation>Version number of the module (process template) to which the process instance should be migrated.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="description" type="xsd:string" use="optional">
   
<xsd:annotation>
     
<xsd:documentation>(Optional) Explanation of this migration rule.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
</xsd:complexType>

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