complexType MigrationRuleTaskType
diagram pm_xsd_diagrams/pm_xsd_p201.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>

attribute MigrationRuleTaskType/@fromTask
type xsd:string
properties
use required
annotation
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.)
source <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>

attribute MigrationRuleTaskType/@toVersion
type xsd:string
properties
use required
annotation
documentation
Version number of the module (process template) to which the process instance should be migrated.
source <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>

attribute MigrationRuleTaskType/@description
type xsd:string
properties
use optional
annotation
documentation
(Optional) Explanation of this migration rule.
source <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>


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