complexType MigrationRuleTaskTypeList
diagram pm_wsdl_diagrams/pm_wsdl_p23.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
used by
element MigrationRuleProcessTypeList/migrate
attributes
Name  Type  Use  Default  Fixed  Annotation
fromTask  xsd:string  required      
documentation
Name of the task from which migration is to take place.
toVersion  xsd:string  required      
documentation
Version number (of the module) to which a process instance is to migrate.
description  xsd:string  optional      
documentation
(Optional) Explanation of the migration rule.
creationTime  xsd:dateTime  required      
documentation
Date/time on which the rule was created.
annotation
documentation
Type to describe task-level migration rules.
source <xsd:complexType name="MigrationRuleTaskTypeList">
 
<xsd:annotation>
   
<xsd:documentation>Type to describe task-level migration rules.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:attribute name="fromTask" type="xsd:string" use="required">
   
<xsd:annotation>
     
<xsd:documentation>Name of the task from which migration is to take place.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="toVersion" type="xsd:string" use="required">
   
<xsd:annotation>
     
<xsd:documentation>Version number (of the module) to which a process instance is to migrate.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="description" type="xsd:string" use="optional">
   
<xsd:annotation>
     
<xsd:documentation>(Optional) Explanation of the migration rule.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="creationTime" type="xsd:dateTime" use="required">
   
<xsd:annotation>
     
<xsd:documentation>Date/time on which the rule was created.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
</xsd:complexType>

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