com.ibm.bpe.api
Interface CompensationBehaviour


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 forceTerminate()-d.


Field Summary
static int IGNORE_COMPENSATION
          Symbolic constant that indicates that compenstation is to be ignored.
static int INVOKE_COMPENSATION
          Symbolic constant that indicates that compenstation is to be invoked, if defined.
 

Field Detail

IGNORE_COMPENSATION

public static final int IGNORE_COMPENSATION
Symbolic constant that indicates that compenstation is to be ignored.

See Also:
Constant Field Values

INVOKE_COMPENSATION

public static final int INVOKE_COMPENSATION
Symbolic constant that indicates that compenstation is to be invoked, if defined.

See Also:
Constant Field Values