xpdl:TaskBusinessRule

BPMN 2.0

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
BusinessRuleTaskImplementation restriction of xsd:NMTOKEN Other optional
Specifies the technology to implement the Business Rule Task
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.wfmc.org/2009/XPDL2.2'

Used By

Element xpdl:Task

Source

<xsd:element name="TaskBusinessRule">
  <xsd:annotation>
    <xsd:documentation>BPMN 2.0</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:attribute name="BusinessRuleTaskImplementation" use="optional" default="Other">
      <xsd:annotation>
        <xsd:documentation>Specifies the technology to implement the Business Rule Task</xsd:documentation>
      </xsd:annotation>
      <xsd:simpleType>
        <xsd:restriction base="xsd:NMTOKEN">
          <xsd:enumeration value="BusinessRuleWebService"/>
          <xsd:enumeration value="WebService"/>
          <xsd:enumeration value="Other"/>
          <xsd:enumeration value="Unspecified"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
    <xsd:anyAttribute namespace="##other" processContents="lax"/>
  </xsd:complexType>
</xsd:element>

Sample