Let’s develop a simple concat activity that takes two input strings and returns the result.
TIBCO
├───activity
│ └───concat
│ ├───descriptor.json
│ |───activity.go
│ |───activity_test.go
│ |───activity.ts
│ |───activity.module.ts
│ └───concat.png
│───contribution.json
The complete code of this connector and the two activities can be found in our GitHub repo too.