Hi Flyte Community!! I am trying to pass `int` as ...
# flyte-support
w
Hi Flyte Community!! I am trying to pass
int
as argument to the workflow, but seeing
TypeTransformerFailedError
.
Copy code
$ pyflyte run remote-workflow <look_upservice> --var1 24
TypeTransformerFailedError: Python value cannot be None, expected <class 'int'>/Flyte Serialized object (LiteralType):
  simple: 1
I am able to pass the int value from UI. Something changed recently?
nvm!! Ignore this. I was setting default variable value in the workflow which caused this error.