public interface AutoDeletionMode
ProcessTemplateData.getAutoDeletionMode()
.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
static int |
NO
Symbolic constant that indicates that a process instance is not automatically deleted.
|
static int |
ON_SUCCESSFUL_COMPLETION
Symbolic constant that indicates that a process instance is automatically deleted when
it is completed successfully.
|
static int |
YES
Symbolic constant that indicates that a process instance is automatically deleted when
it reaches an end execution state.
|
static final java.lang.String COPYRIGHT
static final int NO
static final int YES
End execution states are STATE_FINISHED, STATE_COMPENSATED, STATE_TERMINATED, or STATE_FAILED. STATE_FAILED is only an end execution state if no compensation is defined.
static final int ON_SUCCESSFUL_COMPLETION