SecondaryFileSchema

Members

Mixins

__anonymous
mixin genBody
Undocumented in source.

Variables

pattern_
Union!(string, Expression) pattern_;

Provides a pattern or expression specifying files or directories that should be included alongside the primary file.

required_
Union!(None, bool, Expression) required_;

An implementation must not fail workflow execution if required is set to false and the expected secondary file does not exist. Default value for required field is true for secondary files on input and false for secondary files on output.

Mixed In Members

From mixin genBody

__anonymous
mixin genBody_!saladVersion
Undocumented in source.

Meta