Petals-SE-Flowable 1.4.0+

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (9)

View Page History
* *JBI parameters* that have not to be changed otherwise the component will not work,
* *CDK parameters* that are parameters driving the processing of the CDK layer,
* and *Flowable engine parameters* that are relative to the Flowable engine.
* *Dedicated parameters* that are parameters specific to this component.

{code:lang=xml}
<jbi:jbi xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:petalsCDK="http://petals.ow2.org/components/extensions/version-5"
xmlns:jbi="http://java.sun.com/xml/ns/jbi" version="1.0"
xmlns:petals-se-flowable="http://petals.ow2.org/components/flowable/1.0">

<jbi:component type="service-engine">
<jbi:identification>
<jbi:name>petals-se-flowable</jbi:name>
<jbi:description>Petals SE Flowable</jbi:description>
</jbi:identification>
<jbi:component-class-name>org.ow2.petals.flowable.FlowableSE</jbi:component-class-name>
<jbi:component-class-path>
<jbi:path-element />
</jbi:component-class-path>
<jbi:bootstrap-class-name>org.ow2.petals.flowable.FlowableSEBootstrap</jbi:bootstrap-class-name>
<jbi:bootstrap-class-path>
<jbi:path-element />
</jbi:bootstrap-class-path>

<!-- CDK specific fields -->
<petalsCDK:acceptor-pool-size>5</petalsCDK:acceptor-pool-size>
<petalsCDK:acceptor-retry-number />
<petalsCDK:acceptor-retry-wait />
<petalsCDK:acceptor-stop-max-wait />
<petalsCDK:message-processor-max-pool-size />
<petalsCDK:processor-pool-size>10</petalsCDK:processor-pool-size>
<petalsCDK:processor-max-pool-size />
<petalsCDK:processor-keep-alive-time />
<petalsCDK:processor-stop-max-wait />
<petalsCDK:time-beetween-async-cleaner-runs />
<petalsCDK:properties-file />
<petalsCDK:jbi-listener-class-name>org.ow2.petals.flowable.incoming.FlowableJBIListener</petalsCDK:jbi-listener-class-name>

<!-- Component specific configuration -->
<petals-se-flowable:jdbc_driver>org.h2.Driver</petals-se-flowable:jdbc_driver>
<petals-se-flowable:jdbc_url />
<petals-se-flowable:jdbc_username>sa</petals-se-flowable:jdbc_username>
<petals-se-flowable:jdbc_password></petals-se-flowable:jdbc_password>
<petals-se-flowable:jdbc_max_active_connections />
<petals-se-flowable:jdbc_max_idle_connections />
<petals-se-flowable:jdbc_max_checkout_time />
<petals-se-flowable:jdbc_max_wait_time />
<petals-se-flowable:database_type />
<petals-se-flowable:database_schema_update />
<petals-se-flowable:engine-enable-job-executor />
<petals-se-flowable:engine-job-executor-core-pool-size />
<petals-se-flowable:engine-job-executor-max-pool-size />
<petals-se-flowable:engine-job-executor-keep-alive-time />
<petals-se-flowable:engine-job-executor-queue-size />
<petals-se-flowable:engine-job-executor-max-timer-jobs-per-acquisition />
<petals-se-flowable:engine-job-executor-max-async-jobs-due-per-acquisition />
<petals-se-flowable:engine-job-executor-async-job-acquire-wait-time />
<petals-se-flowable:engine-job-executor-timer-job-acquire-wait-time />
<petals-se-flowable:engine-job-executor-timer-lock-time />
<petals-se-flowable:engine-job-executor-async-job-lock-time />
<petals-se-flowable:engine-enable-bpmn-validation />
<petals-se-flowable:engine-default-failed-job-wait-time />
<petals-se-flowable:engine-async-failed-job-wait-time />
<petals-se-flowable:idm-engine-configurator-class-name />
<petals-se-flowable:idm-engine-configurator-config-file />
<petals-se-flowable:engine-rest-api-enable />
<petals-se-flowable:engine-rest-api-port />
<petals-se-flowable:engine-rest-api-access-privilege />
<petals-se-flowable:engine-rest-api-address />

</jbi:component>
</jbi:jbi>
{code}

h2. CDK parameters
The component configuration includes the configuration of the CDK. The following parameters correspond to the CDK configuration.

{include:petalscomponents:0 CDK Component Configuration Table 5.6.0}
{include:petalscomponents:0 CDK Parameter scope}
{include:petalscomponents:0 CDK Component Interceptor configuration}
{include:0 CDK Component Configuration Table 5.8.0}

h2. Interception configuration
{include:0 CDK Component Interceptor configuration 5.8.0}

h2. Component specific parameters

** identity service to use.

{center}*Component configuration, specific parameters part*{center}
{table-plus}
|| {color:#333333}Parameter{color} || {color:#333333}Description{color} || {color:#333333}Default{color} || {color:#333333}Required{color} || Scope ||

{warning}
The version 1.0.0+ of the framework is compliant with the Petals SE Flowable 1.0.0+.
The version 1.1.0+ of the framework is compliant with the Petals SE Flowable 1.1.0+.
See the [Compatibility Matrix|petalsesb:Compatibility Matrix] to known the version of the SE Flowable Junit framework compliant with your version of the SE Flowable.
{warning}