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 terminated - see BusinessFlowManagerService.forceTerminate(PIID,int).
    Since:
    5.1
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT 
      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

        static final int IGNORE_COMPENSATION
        Symbolic constant that indicates that compenstation is to be ignored.
        See Also:
        Constant Field Values
      • INVOKE_COMPENSATION

        static final int INVOKE_COMPENSATION
        Symbolic constant that indicates that compenstation is to be invoked, if defined.
        See Also:
        Constant Field Values
IBM Business Process ManagerTM
Release 8