Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: change WorkflowStep into an abstract class (#2916)
For some reason, Typescript resolves types in a different away compared to abstract classes. As a consequence, it would not apply the overloading properly and always treats WorkflowStep.do as a 3 argument function
- Loading branch information