TaskErrorNotification

public class TaskErrorNotification

DTO holding all information required for sending notifications to users in case an error occurred during task execution.

Author:René Reitmann

Fields

domainObjectId

private String domainObjectId

An id of a domainObject. May be empty.

errorMessage

private String errorMessage

An error message indicating the reason of the error. Must not be empty.

onBehalfOf

private String onBehalfOf

The name of the user for which the task has been executed. May be empty.

taskType

private TaskType taskType

The type of the task which has been executed. Must not be empty.