Coder Social home page Coder Social logo

flogo-components's Introduction

Hi there ๐Ÿ‘‹

flogo-components's People

Contributors

ecarlier-tibco avatar retgits avatar wkarasz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

flogo-components's Issues

Communicty extension links are broken

Hi Community!
I'm following the Flogo Enterprise training and have a problem for integrating community components as described.
The link for Uploading components like https://github.com/retgits/flogo-components/activity/randomstring or https://github.com/retgits/flogo-components/activity/writetofile are broken. Either browser nor Flogo Enterprise Builder can access the repo to get the components. Perhaps something has changed on Github since the artefacts were last build?
Can you please double check and let me know what the right reference URI for those extensions are?

Thanks a lot!

Configure Proxy in Flogo

When I try to Build Flogo Apps from UI, I am getting failed message and when I check logs for the Flogo container, I am seeing error indicating that Flogo is not able to connect to git.
I have Proxy configured on Docker settings.
Any idea how to configure Proxy on Flogo?

AWS Dynamo DB - Insert

We installed 'DynamoDB Insert' component and using the activity to insert a record.
Below is the mapping for Record Data.

I see two issues:

  1. While building the FLogo app seeing below notification:
Generating metadata for legacy actvity: github.com/retgits/flogo-components/activity/dynamodbinsert
Installed legacy activity: github.com/retgits/flogo-components/activity/dynamodbinsert
Installed Legacy Support
  1. When executing the Lambda function in AWS, getting bellow error:
2019-12-13T19:40:25.404Z	ERROR	[flogo.activity.dynamodbinsert] -	Execution failed for Activity[dynamodbinsert_14] in Flow[Lambda_GET_WeatherLimit_POC] - interface conversion: interface 
{}
 is []interface 
{}
, not string

Please help!

Record Mapping:

"DynamoDBRecord": {
                  "mapping": [
							  {
								"Name": "RecordID",
								"Value": "=number.random(1000000)"
							  },
							  {
								"Name": "ZCode",
								"Value": "=$flow.CityCode_Input.Records[0].dynamodb.NewImage.zcode.S"
							  },
							  {
								"Name": "lastTemp",
								"Value": "=$activity[rest_3].data[0].Tl.Value"
							  },
							  {
								"Name": "lastUpdated",
								"Value": ""
							  }
							]
                }

Install Missing Components

Hello,

Probably reference to how to install missing components in case wanting to modify under flogo ui

Thanks,

screen shot 2018-03-06 at 17 53 11

invoice service | create error

Hi,

facing this error while creating invoiceservice flogo app , hints please ?

โžœ  ~ mshahat go version
go version go1.10 darwin/amd64
โžœ  ~ mshahat dep version
dep:
 version     : v0.4.1
 build date  : 2018-01-27
 git hash    : 37d9ea0
 go version  : go1.9.3
 go compiler : gc
 platform    : darwin/amd64
โžœ  ~ mshahat echo $GOPATH
/Users/mshahat/go
โžœ  ~ mshahat flogo create -f invoiceservice.json invoiceservice
Creating initial project structure, this might take a few seconds ... 
all dirs contained build errors
FATAL: command "create" failed: exit status 1

Many thanks,

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.