Skip to main content

Logging and Finalise Task Result

To write logs and task result using SDK.

Write Logs

Logs in the execution result can be written using logging agent of the SDK.

See: Logging Agent

Finalise Task Result

The task result of a data process can be set using the result agent of the SDK.

See: Result Agent

The object (with fields and values) passed to the result agent will become the entire content of the task result.

Duplicated Task Result Keys

If task results of the same execution contain duplicated keys, one value will be overwritten by another. This is an intended behavior.