Enum Class ActivityRunResultStatus

java.lang.Object
java.lang.Enum<ActivityRunResultStatus>
com.evolveum.midpoint.repo.common.activity.ActivityRunResultStatus
All Implemented Interfaces:
Serializable, Comparable<ActivityRunResultStatus>, Constable

public enum ActivityRunResultStatus extends Enum<ActivityRunResultStatus>
Result status of an activity run. Besides providing the success or failure status (with severity), it also indicates the nature of the failure (if any) - whether it is permanent or temporary, whether the activity should be restarted, etc. Derived from TaskRunResult.TaskRunResultStatus, but separated to make the distinction between task and activity clearer. Many activity result statuses directly map to task result statuses, but some are activity-specific. NOTE: We are still not entirely sure about the set of statuses and their semantics. Even the name of this class is not ideal, because it collides with OperationResultStatus. So this is subject to change.