Begin Code Lessons

Important Note: Trillo functions are written under default package. This is due to an initial design decision to keep functions like scripts. But we realize that this is a limitation that prevents us from organizing code in logical folders. This is being corrected and a fix will be available soon. For now, this document is based on the assumption that Trillo functions are written using the default package (i.e. no package name is specified).

Important Note 2: Any function you test using IDE can be deployed on the cloud using Trillo Workbench UI by following these steps.

  1. Create a new function using UI (as shown in a lesson above). Give it the same name as the function in the IDE.

  2. Copy code from the IDE.

  3. Paste into Trillo Workbench.

  4. Save.

  5. It is deployed in the cloud.

  6. You can test it using the API tab using parameters defined in the corresponding parameter file.

Last updated