Git Product home page Git Product logo

Comments (10)

mellistibco avatar mellistibco commented on July 22, 2024 1

@fcastill can we add this to our list of things to do? :)

from flogo.

fcastill avatar fcastill commented on July 22, 2024 1

This was fixed by project-flogo/flogo-web#445 and it will be part of the v0.4.2 release.

from flogo.

fcastill avatar fcastill commented on July 22, 2024 1

The fix for this issue was included in v0.5.0 release.

from flogo.

jpark800 avatar jpark800 commented on July 22, 2024

Yogita, please provide the flogo cli version and flogo.json.

from flogo.

ykalidin avatar ykalidin commented on July 22, 2024

Flogo.json

{ "name": "myapp2", "type": "flogo:app", "version": "0.0.1", "description": "My flogo application description", "triggers": [ { "id": "my_rest_trigger", "ref": "github.com/TIBCOSoftware/flogo-contrib/trigger/rest", "settings": { "port": "9233" }, "handlers": [ { "actionId": "my_simple_flow", "settings": { "method": "GET", "path": "/test" } } ] } ], "actions": [ { "id": "my_simple_flow", "ref": "github.com/TIBCOSoftware/flogo-contrib/action/flow", "data": { "flow": { "attributes": [], "rootTask": { "id": 1, "type": 1, "tasks": [ { "id": 2, "type": 1, "activityRef": "github.com/TIBCOSoftware/flogo-contrib/activity/log", "name": "log", "attributes": [ { "name": "message", "value": "Simple Log", "type": "string" } ] } ], "links": [ ] } } } } ] }

from flogo.

mellistibco avatar mellistibco commented on July 22, 2024

@ykalidin are you still having issues?

from flogo.

ykalidin avatar ykalidin commented on July 22, 2024

@mellistibco Yes, the issue is still there. The flogo created does not have the "name" tag in the flow.
Thus we are not able to import the flogo.json in the Flogo UI.

from flogo.

fm-tibco avatar fm-tibco commented on July 22, 2024

The sample flow generated by the CLI now has name. Please give it a try and let us know if it resolves your issue.

from flogo.

ykalidin avatar ykalidin commented on July 22, 2024

@fm-tibco We are still facing the issue. The "name" tag is added in flow. But, "name" tag should be added in the "actions" part for successful import.

from flogo.

fm-tibco avatar fm-tibco commented on July 22, 2024

@ykalidin I added it to action. I'll have to talk to the UI guys, because the name that the engine makes accessible to activities is under "flow"

from flogo.

Related Issues (20)

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.