227k views
2 votes
What must be defined in order to create a Collibra workflow?

1 Answer

3 votes

Final answer:

To create a Collibra workflow, you need to define the workflow name, steps, and variables.

Step-by-step explanation:

In order to create a Collibra workflow, several components must be defined:

  1. Workflow Name: A unique name that identifies the workflow.
  2. Workflow Steps: A sequence of tasks or actions that need to be executed in a specific order.
  3. Workflow Variables: Parameters or values that can be assigned and changed during the workflow execution.

For example, let's say you want to create a workflow for data quality assessment using Collibra. You would define the workflow name as 'Data Quality Workflow', the workflow steps as 'Load data from source', 'Cleanse and transform data', 'Perform quality checks', and 'Generate quality report', and the workflow variables as 'Source path', 'Output path', 'Threshold value', etc.

User Kamil
by
8.1k points