Skip to content
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

Missing trigger in sample #73

Closed
philippegabert opened this issue Nov 17, 2017 · 2 comments
Closed

Missing trigger in sample #73

philippegabert opened this issue Nov 17, 2017 · 2 comments
Assignees
Labels

Comments

@philippegabert
Copy link

Hi,

importing the following app:
https://github.com/TIBCOSoftware/flogo-cli/blob/master/docs/samples/devices/device-l0x.json

gives me an error because the trigger "has not been installed"

Actually, it seems that it is just because the path to the trigger is not correct.

Instead of:
{ "id": "l0x_trigger", "name": "Read From VL53L0X", "ref": "github.com/TIBCOSoftware/flogo-contrib/device/trigger/vl53l0x_stream", "actionId": "monitor_dist", "settings": { "interval": "500" } }

it should be:
{ "id": "l0x_trigger", "name": "Read From VL53L0X", "ref": "github.com/TIBCOSoftware/flogo-contrib/device/trigger/vl53l0xstream", "actionId": "monitor_dist", "settings": { "interval": "500" } }

Philippe

@mellistibco mellistibco self-assigned this Mar 13, 2018
@mellistibco
Copy link
Collaborator

@philippegabert actually it looks like that ref path is fine, but the problem is in the flogo-contrib with the trigger.json (https://github.com/TIBCOSoftware/flogo-contrib/blob/master/device/trigger/vl53l0x_stream/trigger.json). The ref in the json metadata is incorrect.

It should be:

"ref": "github.com/TIBCOSoftware/flogo-contrib/device/trigger/vl53l0x_stream",

mellistibco added a commit to TIBCOSoftware/flogo-contrib that referenced this issue Mar 14, 2018
mellistibco added a commit to TIBCOSoftware/flogo-contrib that referenced this issue Mar 14, 2018
@mellistibco
Copy link
Collaborator

resolved in TIBCOSoftware/flogo-contrib#225

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants