complexType EventDefinitionType
diagram pflow_diagrams/pflow_p91.png
namespace http://common.api.pfe.n2.tibco.com
type extension of BaseTemplate
properties
base BaseTemplate
attributes
Name  Type  Use  Default  Fixed  Annotation
moduleName  xs:string  required      
documentation
Module name that contains the pageflow process or business service.
processName  xs:string  required      
documentation
Name of the pageflow process or business service.
eventName  xs:string  required      
documentation
Name of the catch intermediate event in the pageflow process that handles the business event (for example, UpdateExchangeRates).

Note: You cannot obtain this name programmatically. You must obtain it by examining the process in TIBCO Business Studio.
processInstanceId  xs:string  required      
documentation
Unique ID of the process instance into which the event should be injected.
annotation
documentation
Definition of a business event.
source <xs:complexType name="EventDefinitionType">
 
<xs:annotation>
   
<xs:documentation>Definition of a business event.</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="BaseTemplate">
     
<xs:attribute name="eventName" type="xs:string" use="required">
       
<xs:annotation>
         
<xs:documentation>Name of the catch intermediate event in the pageflow process that handles the business event (for example, UpdateExchangeRates).

Note: You cannot obtain this name programmatically. You must obtain it by examining the process in TIBCO Business Studio.
</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
     
<xs:attribute name="processInstanceId" type="xs:string" use="required">
       
<xs:annotation>
         
<xs:documentation>Unique ID of the process instance into which the event should be injected.</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

attribute EventDefinitionType/@eventName
type xs:string
properties
use required
annotation
documentation
Name of the catch intermediate event in the pageflow process that handles the business event (for example, UpdateExchangeRates).

Note: You cannot obtain this name programmatically. You must obtain it by examining the process in TIBCO Business Studio.
source <xs:attribute name="eventName" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>Name of the catch intermediate event in the pageflow process that handles the business event (for example, UpdateExchangeRates).

Note: You cannot obtain this name programmatically. You must obtain it by examining the process in TIBCO Business Studio.
</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute EventDefinitionType/@processInstanceId
type xs:string
properties
use required
annotation
documentation
Unique ID of the process instance into which the event should be injected.
source <xs:attribute name="processInstanceId" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>Unique ID of the process instance into which the event should be injected.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

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