| Interface | Description |
|---|---|
| CompletionStatus |
Implementations of this interface represent the various ways in which
an activity can terminate.
|
| Class | Description |
|---|---|
| Failure |
The activity has terminated in a failed state.
|
| FailureOnly |
The activity has terminated in a failure state.
|
| Success |
The activity has terminated in a success state.
|
| Unknown |
The completion status is unknown.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.