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:
- In the Workflow Designer
- In Collibra
- In the workflow BPMN
- Select your app.
- Select the process model.
The process editor appears.
- In the attribute bar, in the General section, select the Documentation attribute.
- Enter the workflow description.
- Save your changes.
-
On the main toolbar, click
, and then click
Settings.
The Collibra settings page opens. - Click Workflows.
The Workflows settings page appears on the Definitions tab page. - Select a workflow to view the definition settings.
- In the Description section, click Edit to edit the description.
- Click Save to apply your changes.
Uploading a workflow with a modified description also updates 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>....