Skip to content

deprecated=true attribute error #555

@neildes2

Description

@neildes2

My agent (v2.5) receives a bad ENUM for Execution. So I used a ruby script to transform it to a valid ENUM which is shown in the xml 'current' and sample observations correctly. The issue is that the deprecated attribute is being triggered prior to my ruby script correction. So even though the value is correct in the output, the deprecated attribute is being flagged.

If I don't use a ruby script , the deprecated flag works correctly.

ruby command for splice.
pipe.splice_before('DuplicateFilter', trans)

Shouldn't the deprecation check only happen AFTER all transforms?

Im transforming PROGRAM_OPTIONAL_STOP to OPTIONAL_STOP

Metadata

Metadata

Assignees

Labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions