Artifact Item

An Artifact represents a single file produced by a Rule or Transformer.

For example, if a rule produces three files, it needs to contain three Artifact items.

Artifact Properties

PropertyTypeDefaultDescription
conditionbooltrueDetermines whether the target file will actually be produced.
filePathstringundefinedThe file path of the target artifact.
fileTagslistempty listThe tags to attach to the target file. These can then be matched by a rule.