8.8. Properties


8.8.1. Properties

Properties allow you to provide "hints" to the underlying KIE/Drools/jBPM runtime on how certain options are configured. Use them to avoid having to expose every single KIE/Drools/jBPM option as a configurable element or attribute within SwitchYard.

8.8.2. Add a Property

Procedure 8.11. Add a Property

  1. Launch the JBoss Developer Studio's SwitchYard Editor.
  2. Open a Type Hierarchy that has a root of org.kie.conf.Option.
  3. Here you can see the full list. Here is one example:
    <properties>
        <property name="drools.clockType" value="pseudo"/>
        <property name="drools.eventProcessingMode" value="stream"/>
    </properties>
    
Red Hat logoGithubRedditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat Documentation

We help Red Hat users innovate and achieve their goals with our products and services with content they can trust.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

© 2024 Red Hat, Inc.