Code Engine is a Domo-native runtime environment that can execute JavaScript or Python code. In Code Engine, you can write, test, and distribute functions usable by Workflows and other Apps by Domo. Domo provides a library of global packages and their related functions for common integrations and services that anyone can use in their Domo instance. You can also create your own functions with custom code to perform automated services in your instance. You can learn more about setting up Code Engine functions in Domo’s Knowledge Base. If you haven’t leveraged Code Engine functions from within Apps before, checkout the guide on hitting Code Engine from an App, which details how to configure yourDocumentation Index
Fetch the complete documentation index at: https://domoinc-openapi-sync-documents.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
manifest.json file and wire up Code Engine packages to your app.
Run Code Engine Function
Runs a Code Engine function and returns output of that function. Code Example
| Property Name | Type | Required | Description |
|---|---|---|---|
| functionAlias | String | Required | The name given to the Code Engine package in the manifest |
manifest.json file and properties in the object should correspond to the alias of the parameter.
output property of the packageMapping object in the manifest file.