com.ibm.bpe.api

Interface CompensationBehaviour


  1. public interface CompensationBehaviour
This interface defines symbolic constants that state how to deal with compensation. These constants are to be used when a process instance is terminated - see BusinessFlowManagerService.forceTerminate(PIID,int).
Since:
5.1

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
COPYRIGHT
  1. static
  2. int
IGNORE_COMPENSATION
Symbolic constant that indicates that compenstation is to be ignored.
  1. static
  2. int
INVOKE_COMPENSATION
Symbolic constant that indicates that compenstation is to be invoked, if defined.

Field Detail

  1. static final java.lang.String COPYRIGHT
See Also:

IGNORE_COMPENSATION

  1. static final int IGNORE_COMPENSATION
Symbolic constant that indicates that compenstation is to be ignored.
See Also:

INVOKE_COMPENSATION

  1. static final int INVOKE_COMPENSATION
Symbolic constant that indicates that compenstation is to be invoked, if defined.
See Also: