complexType "jBpmConnectorType"
Namespace:
Content:
complex, 10 attributes, 6 elements
Defined:
globally in mule-bpm.xsd; see XML source
Includes:
definitions of 2 attributes, 1 element
Used:
Content Model Diagram
XML Representation Summary
<...
    name
 = 
(xsd:string | xsd:NMTOKEN)
    createMultipleTransactedReceivers
 = 
(xsd:string | xsd:boolean)
    numberOfConcurrentTransactedReceivers
 = 
(xsd:string | xsd:int)
    dynamicNotification
 = 
(xsd:string | xsd:boolean) : "false"
    validateConnections
 = 
(xsd:string | xsd:boolean) : "true"
    dispatcherPoolFactory-ref
 = 
xsd:string
    allowGlobalReceiver
 = 
(xsd:string | xsd:boolean) : "false"
    processIdField
 = 
xsd:string
    configurationResource
 = 
xsd:string
    processEngine-ref
 = 
xsd:string
    >
   
Content: 
spring:property*, receiver-threading-profile?, dispatcher-threading-profile?, abstract-retry-policy?, service-overrides?, process-definition+
</...>
Content Model Elements (6):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Deprecated: It is recommended to configure BPM as a component rather than a transport for 3.x
Type Definition Detail
Type Derivation Tree
  mule:connectorType (extension)
      abstractBpmConnectorType (extension)
          jBpmConnectorType
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="jBpmConnectorType">
<xsd:complexContent>
<xsd:extension base="abstractBpmConnectorType">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" name="process-definition" type="processDefinitionType"/>
</xsd:sequence>
<xsd:attribute name="configurationResource" type="xsd:string"/>
<xsd:attribute name="processEngine-ref" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined in this component only; 2/10)
configurationResource
Type:
xsd:string, predefined
Use:
optional
The configuration file for jBPM, default is "jbpm.cfg.xml" if not specified.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="configurationResource" type="xsd:string"/>

processEngine-ref
Type:
xsd:string, predefined
Use:
optional
A reference to the already-initialized jBPM ProcessEngine. This is useful if you use Spring to configure your jBPM instance. Note that the "configurationResource" attribute will be ignored.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="processEngine-ref" type="xsd:string"/>
Content Element Detail (all declarations; defined in this component only; 1/6)
process-definition
Type:
processDefinitionType, mixed content
A process definition to be loaded into jBPM when the connector is initialized.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" name="process-definition" type="processDefinitionType"/>

XML schema documentation generated with DocFlex/XML SDK 1.8.1b6 using DocFlex/XML XSDDoc 2.2.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.