| Interface | Description |
|---|---|
| ResultAction |
Represents a link which will be presented with failed condition message
|
| WorkflowCondition |
Workflow condition which validates if current transition is available for given review and user.
|
| Class | Description |
|---|---|
| ResultMessage |
Condition result message.
|
| ValidationResult |
Result of the workflow condition validation
|
| WorkflowTransitionContext |
Context of the transition required to determine transition is valid in terms of
WorkflowCondition |
| Enum | Description |
|---|---|
| ResultSeverity |
Severity of the workflow condition validation
|
| Exception | Description |
|---|---|
| WorkflowConditionValidationException |
Exception thrown when changing state is not valid due to workflow conditions
|