Closed btrepp closed 6 years ago
The ui shouldn't report it as a success if it isn't, but the activity produced by flogogen will require some edits before you can install it, specifically the ref attribute in activity.json, this should be the git location of the activity. For example, the rest activity has:
"ref": "github.com/TIBCOSoftware/flogo-contrib/activity/rest",
I'm happy to accept that my activity is invalid. Was more surprised it said everything was okay!
The default activity.json doesn't seem to include "ref". (from flogogen activity
)
{
"name": "Test",
"version": "0.0.1",
"type": "flogo:activity",
"description": "activity description",
"author": "Your Name <you.name@example.org>",
"inputs":[
{
"name": "input",
"type": "string"
}
],
"outputs": [
{
"name": "output",
"type": "string"
}
]
}
https://tibcosoftware.github.io/flogo/development/extensions/building-your-first-activity/ doesn't mention ref either :(
Flogo webui -> install activity User interface reports success, but nothing is in the activity list
Logs show