Interface StatusableObject

    • Method Detail

      • getStatus

        StatusableObject.STATES getStatus()
        Returns the current status for this element in the running workflow.
        Returns:
        Status of this element.
      • setStatus

        void setStatus​(StatusableObject.STATES newStatus)
        Sets the current status for this element in the running workflow.
        Parameters:
        newStatus - New status.