Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information