Viewing the history of a task

You can track who changed a business data inside a task.

Configurations

  • useBAIBridgeEvents=true, necessary to enable the BPMEventEmitter to format the Business Automation Workflow Raw Event. Otherwise the assignerId and assignerName fields do not appear.
  • force_elasticsearch_timeseries: true. This is a Business Automation Insights configuration for the BPM Flink Job. Without this configuration, you do not see any timeseries under the bai-process-timeseries index in opensearch/elasticsearch.

Example

<common> 
     <monitor-event-emission> 
          <task-record-enabled merge="replace">true</task-record-enabled> 
          <enable-task-api-def merge="replace">true</enable-task-api-def> 
     </monitor-event-emission> 
</common>