If Node strange behavior

hi all,
i got a strange behavior here
i simply test if the workflow is active.
image

and the result of the if node says that false contains true !!! (cron launch)

image

it works correctly on manual launch
image

its maybe a display error, the response is not the same in the function node,
image

image
image

Any reason why you’re using String for your If node instead of boolean?

hi @djangelic ,
no matter if i check boolean or string from boolean response.
I always have the diff between the display and the response.