com.ibm.bpe.api
Interface CompensationBehaviour
- public interface CompensationBehaviour
BusinessFlowManagerService.forceTerminate(PIID,int)
.
Since:
5.1
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
|
IGNORE_COMPENSATION
Symbolic constant that indicates that compenstation is to be ignored.
|
|
INVOKE_COMPENSATION
Symbolic constant that indicates that compenstation is to be invoked, if defined.
|
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
IGNORE_COMPENSATION
- static final int IGNORE_COMPENSATION
Symbolic constant that indicates that compenstation is to be ignored.
See Also:
INVOKE_COMPENSATION
- static final int INVOKE_COMPENSATION
Symbolic constant that indicates that compenstation is to be invoked, if defined.
See Also: