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

Workflows

Collibra workflows let you model your processes and manage their implementation in the Collibra Platform by combining the BPMN standard with embedded Groovy scripts and granular scope and permissions.

Where do you want to go?


Build your first workflow

Get started

Learn how the Workflow Designer fits into Collibra and what you need before you build.

About the designer

Design a process

Lay out a BPMN process, configure tasks and gateways, and connect it to Collibra events.

Designing workflows

Use script tasks

Drive Collibra from inside a workflow with Groovy and the Java API beans.

Script tasks


The Collibra Java API

Workflow script tasks call the Collibra Java API. The interfaces such as assetApi and attributeApi are already instantiated and available to your Groovy scripts. Our tutorials show how to use builders and common operations.

The Java API reference lives in your environment

The full Java API reference (Javadoc) is not published here. It is generated per release and served from each Collibra environment, so the version you see always matches your platform. Open it from your environment:

https://<your_collibra_url>/docs/index.html

You can also reach it in the product, under the help menu, by selecting API documentation and then the Java Core API.

Last updated

Was this helpful?