com.ibm.bpe.api
Interface AutoDeletionMode
- public interface AutoDeletionMode
ProcessTemplateData.getAutoDeletionMode()
.
Since:
6.1
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
|
NO
Symbolic constant that indicates that a process instance is not automatically deleted.
|
|
ON_SUCCESSFUL_COMPLETION
Symbolic constant that indicates that a process instance is automatically deleted when
it is completed successfully.
|
|
YES
Symbolic constant that indicates that a process instance is automatically deleted when
it reaches an end execution state.
|
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
NO
- static final int NO
Symbolic constant that indicates that a process instance is not automatically deleted.
See Also:
YES
- static final int YES
Symbolic constant that indicates that a process instance is automatically deleted when
it reaches an end execution state.
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.
See Also:
ON_SUCCESSFUL_COMPLETION
- static final int ON_SUCCESSFUL_COMPLETION
Symbolic constant that indicates that a process instance is automatically deleted when
it is completed successfully. If not completed successfully, it is kept to allow for
failing analysis.
See Also: