Interface PipelineExecutorTrace

  • All Known Implementing Classes:
    PipelineExecutorTraceImpl

    public interface PipelineExecutorTrace
    Represents a pipeline execution recording.
    • Method Detail

      • getTaskId

        String getTaskId()
        Shortcut to the task id related with this trace.
        Returns:
        returns the id of the internal task.
      • getPipelineId

        String getPipelineId()
        Shortcut to the pipeline id related with this trace.
        Returns:
        returns the pipeline id of the pipeline related with this trace.
      • getTask

        PipelineExecutorTask getTask()
        Gets the task that was executed.
        Returns:
        returns the internal task.