Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TEP-0050] Convert Step OnError from string to "OnErrorType" type #5322

Merged

Commits on Aug 17, 2022

  1. Convert step onError from string to "OnErrorType" type

    Prior to this commit, the step onError field is defined as normal string and the 2 supported string values "continue" and "stopAndFail" are directly used across the codebase. This is error-prone and it introduces maintenance difficulty. This commit updates the onError field to be typed string "OnErrorType", with constants defined for the 2 supported values, and updates all the related references
    QuanZhang-William committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    7ba5090 View commit details
    Browse the repository at this point in the history