Log performance of a Transformation task and DateServices tasks

  1. Each task can have start rule and end rule defined, so we should add:
    start rule evaluation time
    end rule evaluation time

  2. Log all phases of transformation task : Transformation itself, Datastructure rules recomputation due to changes, Merge phase

  3. datastructure service - LoadData/StoreData - for each inidividual select/update log the following info (draft):
    wf:, ds: <datastructure_id>:1000 record selected from entity XY …, time: nn:nn

Done. All items have been added to the “WorkflowProfiling” logger. See Profiling of sequential workflows