Reporting

Last modified 02 Mar 2023 22:42 +01:00

Here we describe the definition of reporting for activities.

Not all of these options are supported for all activities! Usually, activities that do not support multi-threading (like cleanup) also do not support these options.

Item Meaning Default

logging

Controls logging aspects of an activity execution.

See the description.

tracing

Specifies when and how should be the activity execution traced.

No tracing.

profiling

Specifies when and how should be the activity execution dynamically profiled. This functionality is deprecated. The tracing should be used instead.

No profiling.

executionReports

Configures specific activity execution reports: on buckets, items, and so on.

No reports.

itemCounting

How should the activity deal with item counting, i.e. determining "expected progress" for a bucket or overall.

TODO

stateOverview

Parameters related to the maintenance of activity tree state overview.

TODO

simulationResult

Whether we want to create a simulation result object for this activity run. Since 4.7.

No.

Was this page helpful?
YES NO
Thanks for your feedback