-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exception running workflow - 'ValueError: malformed node or string: <_ast.BinOp object at 0x7f80d29946d8>' #186
Comments
This error may be specifically related to the email.send_email pack since when I comment it out, the workflow runs correctly. I'll try to get more information. |
FYI environment is Ubuntu Bionc.
|
Sorry, I just realised that I didn't provide the full exception, the first exception was raised while processing another exception. The full trace is as follows:
I tested the same action being called using Action-Chain which produced the following error:
The stack trace from the Action-Chain pin points the actual issue, which is an incorrect data type being provided to the action parameter. From the action
|
I haven't been able to find where this error is being generated from. As far as I can tell the action follows format and syntax correctly.
Action from workflow that is failing
Exception from workflowegine log.
The text was updated successfully, but these errors were encountered: