Interface AbortProcessStepMeasureData


  • public interface AbortProcessStepMeasureData
    Data for the escalation measure to abort item.
    • Method Detail

      • getAbortStartedItem

        boolean getAbortStartedItem()
        Gets whether to abort a started/suspended worklist item.
        Returns:
        Whether to abort a started/suspended worklist item.
      • setAbortStartedItem

        void setAbortStartedItem​(boolean abortItem)
        Parameters:
        abortItem - Whether to abort a started/suspended worklist item.