XDM_CONST.OUTCOME

Cortex Data Model Schema Guide

Last date published
2024-04-14

A result of an activity.

Original

Mapped

Description

SUCCESS

XDM_CONST.OUTCOME_SUCCESS

The activity completed successfully. For example, a file was successfully transferred from one location to another.

FAILED

XDM_CONST.OUTCOME_FAILED

The activity did not complete successfully. For example, an attempt to delete a file failed because it was being used by another process.

PARTIAL

XDM_CONST.OUTCOME_PARTIAL

The activity completed partially successfully. For example, a batch of records were imported into a database, but some of the records were invalid and could not be imported.

UNKNOWN

XDM_CONST.OUTCOME_UNKNOWN

The outcome of the activity is unknown, or the outcome has not been determined yet.