Specifies the technology to implement the Business Rule Task |
Element | xpdl:TaskBusinessRule |
<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> |