Optional: setting the start date for the replay

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

  1. Edit the CP4BA operator CR YAML:
    oc edit icp4acluster -o yaml
  2. 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:
    
  3. Save the changes:
    wq!