Class BaseExecution

    • Constructor Detail

      • BaseExecution

        public BaseExecution()
    • Method Detail

      • getId

        public String getId()
        Specified by:
        getId in interface Execution
        Returns:
        The id of this execution.
      • getDescription

        public String getDescription()
        Specified by:
        getDescription in interface Execution
        Returns:
        The description of this execution.
      • getWorkflowName

        public String getWorkflowName()
        Specified by:
        getWorkflowName in interface Execution
        Returns:
        The name of the workflow that this execution belongs to.
      • getCreatedAt

        public Date getCreatedAt()
        Specified by:
        getCreatedAt in interface Execution
        Returns:
        The time that this entity was created at.
      • getUpdatedAt

        public Date getUpdatedAt()
        Specified by:
        getUpdatedAt in interface Execution
        Returns:
        The time that this entity was last updated at.
      • getState

        public State getState()
        Specified by:
        getState in interface Execution
        Returns:
        Execution state.