Interface StatusableObject

All Superinterfaces:
AbstractWorkflowItemObject, DataObject, PropertyHandler
All Known Subinterfaces:
ControlflowItemObject, NodeObject, ParentItemObject<T>, SequencedObject, SequenceObject, SubWorkflowObject, TaskObject, WorkflowObject
All Known Implementing Classes:
ControlflowItemObjectImpl, NodeObjectImpl, ParentItemObjectImpl, SequenceObjectImpl, StatusableObjectImpl, TaskObjectImpl, WorkflowObjectImpl

public interface StatusableObject extends AbstractWorkflowItemObject
Interface of a workflow-object, which contains a status. CAKE III - Extension.
Author:
Alexander Stromer
  • Method Details

    • 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.