-
Notifications
You must be signed in to change notification settings - Fork 98
Labels
Description
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