Building Your First Custom Operator in Scala

Use the Custom Operator framework to create new functionality for your Team Studio workflows. We have provided a set of samples in Scala and Java to showcase some of the things you can do and describe the format an operator takes.

To get started writing your own custom operator in Scala, perform the following tasks.

You can find the SDK with examples on the Team Studio Github page. For more in-depth information about the available API methods, see the relevant Scaladoc in Installing the Custom Sample Operator for your Version.

Note: To update custom operators for SDK changes, review this topic: How to Update Custom Operators With New SDK Changes
Related concepts