Workflow description

The workflow description provides details about the purpose and general usage of a workflow.

You can add a description when creating new process models.

You can change the description of a workflow:

  1. Select your app.
  2. Select the process model.

    The process editor appears.

  3. In the attribute bar, in the General section, select the Documentation attribute.
  4. Enter the workflow description.
  5. Save your changes.
  1. On the main toolbar, click Products icon, and then click Cogwheel icon Settings.
    The Collibra settings page opens.
  2. Click Workflows.
    The Workflows settings page appears on the Definitions tab page.
  3. Select a workflow to view the definition settings.
  4. In the Description section, click Edit to edit the description.
  5. Click Save to apply your changes.

Uploading a workflow with a modified description does not update this field.

Edit the <documentation> tag:

<process id="approvalProcess" name="Approval Process" isExecutable="true">
  <documentation>
    This is the main approval process for terms.
    The subject matter expert starts by reviewing the definition. 
    After that the stakeholders are given an opportunity to provide 
    comments on the given term. The subject matter expert is then given a 
    task to process the comments and the stewards are asked to vote for 
    term approval. The stakeholders are notified of the final outcome.
  </documentation>....