Leveraging the already existing activities built by the Project Flogo community is really easy! Simply zip them up and upload them to TIBCO Cloud™ Integration. Let’s say that you want to use the Counter activity from the flogo-contrib repository on GitHub. We’ll walk you through the steps to use that activity
There are 2 options available for you
First you’ll need to download or clone the repository
git clone https://github.com/project-flogo/contrib
Now, create a zip file of the counter activity under the activity folder
zip -r counter.zip counter/
You can obviously do this with Finder or Windows Explorer too
The ref for Project Flogo contribution is the same with go.mod name. Open go.mod and copy module name, for counter activity
github.com/project-flogo/contrib/activity/counter
The last step is to upload the zip file to TIBCO® Cloud Integration or TIBCO Flogo® Enterprise:
Click Here to upload to Flogo Enterprise or TIBCO Cloud Integration