For the complete documentation index, see llms.txt. This page is also available as Markdown.

IDE or Workflow Designer

Building Collibra workflows involves two distinct activities that call for different tools. Knowing which tool to use for each prevents confusion and leads to better, more maintainable workflows.

Writing Groovy scripts: use an external IDE

Use an external IDE such as IntelliJ IDEA or Eclipse to write and test the Groovy code for your script tasks. Once the code is ready, copy it into the script task in the Workflow Designer.

For setup instructions and a full list of advantages, see Future-proof your script tasks.

Designing processes and forms: use the Workflow Designer

Use the Workflow Designer to build and configure workflow processes and forms. Several capabilities are only available there:

  • External API task: make calls to external systems.

  • Collibra API task: make calls to the Collibra REST API without writing Groovy code.

  • Dynamic forms: create forms whose fields and behavior adapt based on user input or workflow state.

Last updated

Was this helpful?