Interface HasStepErrors

All Superinterfaces:
Savable
All Known Subinterfaces:
WorkflowStep
All Known Implementing Classes:
WorkflowStepImpl

public interface HasStepErrors extends Savable
Auto-generated interface for https://galaxyproject.org/gxformat2/gxformat2common#HasStepErrors
  • Method Summary

    Modifier and Type
    Method
    Description
    Getter for property https://galaxyproject.org/gxformat2/gxformat2common#HasStepErrors/errors
    During Galaxy export there may be some problem validating the tool state, tool used, etc..
  • Method Details

    • getErrors

      Getter for property https://galaxyproject.org/gxformat2/gxformat2common#HasStepErrors/errors
      During Galaxy export there may be some problem validating the tool state, tool used, etc.. that will be indicated by this field. The Galaxy user should be warned of these problems before the workflow can be used in Galaxy.

      This field should not be used in human written Galaxy workflow files.

      A typical problem is the referenced tool is not installed, this can be fixed by installed the tool and re-saving the workflow and then re-exporting it. *