Collection of Flogo activities, triggers and models.
- awsiot: Aws IOT shadow update
- coap: CoAP messaging
- counter: Global counter
- log: Simple flow Logger
- rest: Simple REST invoker
- twilio: Simple Twilio SMS sender
- twilio: Simple Twilio SMS sendeir
- [websocket] (activity/wsmessage): Simple Websocket Message
- coap: Start flow via CoAP
- mqtt: Start flow via MQTT
- rest: Start flow via REST
- timer: Start flow via Timer
- simple: Basic flow model
Example: install log activity
flogo add activity github.com/TIBCOSoftware/flogo-contrib/activity/log
Example: install rest trigger
flogo add trigger github.com/TIBCOSoftware/flogo-contrib/trigger/rest
Example: install simple model
flogo add model github.com/TIBCOSoftware/flogo-contrib/model/simple
New activites, triggers and models are welcome. If you would like to submit one, contact us via Slack. Contributions should follow these guidelines:
- Code must be gofmt compliant.
- Execute golint on your code.
- Document all funcs, structs and types.
- Ensure that 'go test' succeeds.
flogo-contrib is licensed under a BSD-type license. See TIBCO LICENSE.txt for license text.
For Q&A you can post your questions on Slack