hey, using case statement in prefect 1. Is there a...
# prefect-community
f
hey, using case statement in prefect 1. Is there a way to evaluate the argument to be != to the result instead of == ?
or should i create a task that do this evaluation and return true false ?
k
No that is strict equality 😐 . Yeah…you would need another task
f
ok no prob thanks !