Interface Execution

    • Method Detail

      • getId

        String getId()
        Returns:
        The id of this execution.
      • getDescription

        String getDescription()
        Returns:
        The description of this execution.
      • getWorkflowName

        String getWorkflowName()
        Returns:
        The name of the workflow that this execution belongs to.
      • getState

        State getState()
        Returns:
        Execution state.
      • getStateInfo

        String getStateInfo()
        Returns:
        Execution state info.
      • getTags

        List<String> getTags()
        Returns:
        The list of tags.
      • getCreatedAt

        Date getCreatedAt()
        Returns:
        The time that this entity was created at.
      • getUpdatedAt

        Date getUpdatedAt()
        Returns:
        The time that this entity was last updated at.