public static interface SessionInteraction.DecisionResult
Modifier and Type | Method and Description |
---|---|
List<UserMessage> |
getErrorMessages()
Returns error messages if the comment is specified as mandatory but is currently empty,
and/or if a specific constraint is not valid.
|
OperationException |
getException()
Returns an exception if a specific workflow trigger throws an exception
just before the completion of the work item.
|
boolean |
hasFailed()
Returns
true if the result contains error messages
or an exception. |
boolean hasFailed()
true
if the result contains error messages
or an exception.List<UserMessage> getErrorMessages()
OperationException getException()