This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
Inline tasks implementation is broken - the validations are incorrectly implemented #2565
Labels
type: bug
bugs/ bug fixes
Describe the bug
Inline tasks implementation is broken - the validations are incorrectly implemented. The validations intends to check for whether the
evaluationType
orexpression
is blank, but instead its checking forisNotBlank
. There are no tests for the new inline task implementation either.Details
Conductor version: Latest
Persistence implementation: NA
Queue implementation: NA
Lock: NA
Workflow definition: NA
Task definition: NA
Event handler definition: NA
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Validations should be implemented correctly
Screenshots
NA
Additional context
NA
The text was updated successfully, but these errors were encountered: