public interface AutoDeletionMode
TaskTemplate.getAutoDeletionMode()
or Task.getAutoDeletionMode()
.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
static int |
ON_COMPLETION
Symbolic constant that indicates that a task instance is automatically deleted when
it reaches an end execution state.
|
static int |
ON_SUCCESSFUL_COMPLETION
Symbolic constant that indicates that a task instance is automatically deleted when
it is completed successfully.
|
static final java.lang.String COPYRIGHT
static final int ON_COMPLETION
End execution states are STATE_FINISHED, STATE_FAILED, STATE_TERMINATED, or STATE_EXPIRED.
static final int ON_SUCCESSFUL_COMPLETION