Optionally, you can change the start date for the event replay period in the CR YAML of
the CP4BA operator.
For example, you can replay events with a later start date when you no longer need Business Automation Insights reports for older
time periods.
Procedure
- Edit the CP4BA operator CR YAML:
oc edit icp4acluster -o yaml
- Set the
case.event_emitter[].date_sql
key value to the start date that
you want. For example:
Note:
The CR YAML has either the bastudio_configuration
key (key name in an authoring
pattern deployment), or the baw_configuration
key (key name in a Workflow
runtime pattern deployment) depending on the deployment pattern, but not both.
bastudio_configuration: OR baw_configuration:
case:
event_emitter:
- tos_name:
connection_point_name:
date_sql: <<<============ SET THIS FIELD
logical_unique_id:
solution_list:
casetype_list:
emitter_batch_size:
process_pe_events:
- Save the changes: