-
Notifications
You must be signed in to change notification settings - Fork 21
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
Issue with S3 bucket connectivity - Failed to create engine: error unmarshalling flow: unable to compile expression '*****': error parsing expression #15
Comments
attaching the app json minus the key and secret values. |
Just to add our conversation on Gitter here as well: |
This issue was not related to the connector, I had to restart the flogo container for some reason it was not saving changes. However I am seeing another issue. Error: |
It looks like there is an issue with the https://github.com/project-flogo/legacybridge project in combination with this code. I know the team built it to solve a few issues when they broke backward compatibility in activities but I'm not sure what it exactly does. You might want to check with the Flogo core team why this error exists. |
okay, i will raise a case on flogo git and reference this issue |
Hi, was there a new release to solve this? Mainly it is asking not to pass null on optional fields. Against TIBCOSoftware/flogo#515 I was told this has to be fixed in the connector itself. |
Not exactly, the issue is still that the legacy bridge passes the context with the values provided in the JSON to the legacy activity. If there's no value associated with it, it passes {}. Having said that, I have contributed a new activity to the main aws-contrib repo project-flogo/aws-contrib#7. As soon as the PR is accepted and merged, you'll be able to use it. |
okay, thanks!! i checked there already was not able to see the activity so I thought I should expect a new release here |
My new activity has been merged into the master branch at https://github.com/project-flogo/aws-contrib, so I suggest using that one 😄 I'll close the issue here, thanks for reporting it! |
Hi,
I keep getting this error
Failed to create engine: error unmarshalling flow: unable to compile expression '****': error parsing expression
This i get for the awsaccess key. I try to put the value within double quotes, but that doesnt work either. Not sure why its trying to parse the awsaccess key, its just an alphanumeric key
Thanks
The text was updated successfully, but these errors were encountered: