This trigger provides your flogo application the ability to start a flow via CoAP.
flogo install github.com/project-flogo/edge-contrib/trigger/coap
Name |
Type |
Description |
port |
string |
The port number |
Name |
Type |
Description |
path |
string |
The path of the CoAP request |
method |
string |
The Method to listen on |
Name |
Type |
Description |
queryParams |
params |
The query parameters |
payload |
string |
The payload of the CoAP Message |
{
"id": "coap-trigger",
"name": "Coap Trigger",
"ref": "github.com/project-flogo/edge-contrib/trigger/coap",
"settings": {
"port" : "5683"
},
"handlers": {
"settings": {
"path": "/flogo"
}
}
}