Rule ID: ST-NMG-011
Scope: Workflow
Description
This rule checks whether the names of DataTable arguments defined in the workflow with the type DataTable include the dt_ prefix. The following examples of argument names: in*dt*Argument, out*dt*Argument, io*dt*Argument, and *dt_*Argument are considered valid.
Recommendation
Make sure the names of existing DataTable arguments start with the argument type and include the dt_ prefix.

Updated 3 years ago