Event processing parameters

Provide the appropriate values to configure how events are processed.

Some parameters are available both for initial configuration through IBM® Business Automation Configuration Container and for subsequent updates from the Helm chart CLI, others only in one of theses interfaces.

Restriction: The Developer Edition does not support raw event processing.

Raw event processing

The following table lists the parameters for configuring how raw events are processed.
Table 1. Raw event processing (YAML equivalents)
Parameter Description Default value Initial installation Update
Include Raw Events Processing

(ingestion.install)

Whether or not to install raw event processing
Restriction: The Developer Edition forces the value of this parameter to false.
true Yes Yes. See the Note.
Image Name

(ingestion.image.repository)

The name of the image for raw event processing mycluster.icp:8500/<namespace>/bai-ingestion Yes No
Image Name

(ingestion.image.tag)

The version number of the image for raw event processing 18.0.0.0, 18.0.1, or 18.0.2 Yes No
ingestion.recoveryPath The path to the savepoint or checkpoint from which a job will recover. You can use this path to restart the job from a previous state in case of failure. To use the default workflow of the job, leave this option empty None No Yes
ingestion.parallelism The number of parallel instances (task slots) to use for running the processing job. None No Yes

BPMN event processing

The following table lists the parameters for configuring how IBM Business Automation Workflow BPMN events are processed.
Table 2. BPMN event processing (YAML equivalents)
Parameter Description Default value Initial installation Update
Include BPMN Events Processing

(bpmn.install)

Whether or not to install BPMN event processing true Yes Yes. See the Note.
Image Name

(bpmn.image.repository)

The name of the image for BPMN event processing "mycluster.icp:8500/<namespace>/bai-bpmn" Yes No
Image Name

(bpmn.image.tag)

The version number of the image for BPMN event processing 18.0.0.0, 18.0.1, or 18.0.2 Yes No
bpmn.recoveryPath The path to the savepoint or checkpoint from which a job will recover. You can use this path to restart the job from a previous state in case of failure. To use the default workflow of the job, leave this option empty None No Yes
bpmn.endAggregationDelay The delay in milliseconds before clearing the Flink states used for summary transformation. This value cannot be set to 0 nor be greater than 30 minutes. Otherwise, the default value applies instead. 10000 No Yes
bpmn.parallelism The number of parallel instances (task slots) to use for running the processing job.
Restriction: The Developer Edition forces the value of this parameter to 1.
None No Yes

Case event processing

The following table lists the parameters for configuring how IBM Business Automation Workflow Case events are processed.
Table 3. Case event processing (YAML equivalents)
Parameter Description Default value Initial installation Update
Include Case Events Processing

(icm.install)

Whether or not to install Case event processing true Yes Yes. See the Note.
Image Name

(icm.image.repository)

The name of the image for Case event processing mycluster.icp:8500/<namespace>/bai-icm Yes No
Image Name

(icm.image.tag)

The version number of the image for Case event processing 18.0.0.0, 18.0.1, or 18.0.2 Yes No
icm.recoveryPath The path to the savepoint or checkpoint from which a job will recover. You can use this path to restart the job from a previous state in case of failure. To use the default workflow of the job, leave this option empty None No Yes
icm.parallelism The number of parallel instances (task slots) to use for running the processing job.
Restriction: The Developer Edition forces the value of this parameter to 1.
None No Yes

Decisions event processing

 New in 18.0.2 
The following table lists the parameters for configuring how Operational Decision Manager Decisions events are processed.
Table 4. Decisions event processing (YAML equivalents)
Parameter Description Default value Initial installation Update
Include Decisions Events Processing

(odm.install)

Whether or not to install Decisions event processing
Note: Before you can change the default value to false, you must first stop the Flink jobs.
true Yes Yes. See the Note.
Image Name

(odm.image.repository)

The name of the image for Decisions event processing mycluster.icp:8500/<namespace>/bai-odm Yes No
Image Name

(odm.image.tag)

The version number of the image for Decisions event processing 18.0.0.0, 18.0.1, or 18.0.2 Yes No
odm.recoveryPath The path to the savepoint or checkpoint from which a job will recover. You can use this path to restart the job from a previous state in case of failure. To use the default workflow of the job, leave this option empty None No Yes
odm.parallelism The number of parallel instances (task slots) to use for running the processing job.
Restriction: The Developer Edition forces the value of this parameter to 1.
None No Yes