Cybersecurity
DevOps Cloud (ADM)
IT Operations Cloud
What causes the error, "No match found for enum value "" in side effect <Project>" when using the Custom Workflow?
The reason for this error is that an "empty" enumerated
value is set as the default value for a custom field that is being
used in the Workflow.
Characters such as and empty space (" ") should be
avoided when defining values for enumerated fields. It is planned
to prevent blank fields in a future release of StarTeam however as
a workaround you should modify any "blank" enumerated
values with a non-blank value such as
"" which can be used to show users
that a value should be added.