LogSuccess

LogSuccess

The LogSuccess activity is used to send a log event with status SUCCESS.

A SUCCESS represents a severity level that is used to indicate a successful finish of an activity or an entire process execution.

In contrast to LogInfo the LogSuccess activity indicates an explicit successful state.

In the world of nJAMS a LogSuccess overrules a previous LogWarn or LogError status related to a process evaluation. For example, an ERROR event was sent during the process execution, but at the end the entire process could be turned into success by sending a SUCCESS event. In this scenario the process execution is evaluated as “Success with Error”.