Uploading an Operator to Team Studio

If mvn package is successful, BUILD SUCCESS appears in the console. The target directory has been created.

Perform this task from within the Team Studio workflow editor.

Prerequisites

  • You must have the Application Administrator role to upload custom operators.
  • In the target directory, there should be a JAR file named plugin-example-<version>.jar. This file contains the information Team Studio needs to run the new operator. You can upload that JAR file using the Team Studio web application.

Procedure

  1. Open a workflow in which you would like to use the new operator.
  2. Click Actions, and then, from the drop-down list box, select Manage Custom Operators.


  3. Click Upload, and then select the plugin-example-<version>.jar file.

Result

You can now use your operators by selecting them from the panel of operators. The sample operators are in three categories:

  • Plugin Sample - Local.
  • Plugin Sample - DB.
  • Plugin Sample - Spark.