IDE or Workflow Designer
Last updated
Was this helpful?
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.
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.
Do not use the Flowable Eclipse plugin to design workflow processes. Eclipse is a tool for writing Groovy code, not for designing processes — this is a common source of confusion.
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?
Was this helpful?