ExecutionOutcome
data class ExecutionOutcome(val resource: OutputResource?, val directory: File?, val pipeline: Pipeline)
Outcome of a pipeline execution.
Parameters
resource
the output resource produced by the pipeline, if any
directory
the directory, child of the configuration's output directory, where the output artifacts are saved. If null, no output directory was written. This can happen in case of errors or, more likely, when running in pipe mode (--pipe).
pipeline
the executed pipeline