When defining parameters inside an Enclosing Step of an SFC, the current parameter-management interface does not scale effectively for large applications. In production scenarios, we often maintain hundreds of step‑scoped parameters, and the lack of management tools significantly increases engineering overhead.
Specific limitations observed:
  • No ability to sort or filter parameters by name, type, or usage.
  • No mechanism to enforce unique parameter names, increasing the chance of accidental duplication.
  • Lack of bulk operations (copy/paste, multi‑select delete, etc.).
  • No support for parameter import/export for offline editing or mass updates.
  • No search functionality for quickly locating parameters in large SFCs.
Enhancing the parameter management UI to include these functions would greatly improve scalability and reduce the risk of configuration errors.