Skip to content

Commit f19bf08

Browse files
committed
Adding variable values
1 parent 4ded5e9 commit f19bf08

File tree

1 file changed

+36
-36
lines changed

1 file changed

+36
-36
lines changed

articles/purview/how-to-use-workflow-dynamic-content.md

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: zeinam
66
ms.service: purview
77
ms.subservice: purview-workflows
88
ms.topic: how-to #Required; leave this attribute/value as-is.
9-
ms.date: 02/27/2023
9+
ms.date: 03/09/2023
1010
ms.custom: template-how-to #Required; leave this attribute/value as-is.
1111
---
1212

@@ -27,41 +27,41 @@ In the dynamic content menu, the currently available options are:
2727

2828
Currently, the following variables are available for a workflow connector in Microsoft Purview:
2929

30-
|Prerequisite connector |Built-in variable |Functionality |
31-
|---------|---------|---------|
32-
|When data access request is submitted |Workflow.Requestor |The requestor of the workflow |
33-
| |Workflow.Request Recipient |The request recipient of the workflow |
34-
| |Asset.Name |The name of the asset |
35-
| |Asset.Description |The description of the asset |
36-
| |Asset.Type |The type of the asset |
37-
| |Asset.Fully Qualified Name |The fully qualified name of the asset |
38-
| |Asset.Owner |The owner of the asset |
39-
| |Asset.Classification |The display names of classifications of the asset |
40-
| |Asset.Certified |The indicator of whether the asset meets your organization's quality standards and can be regarded as reliable |
41-
|Start and wait for an approval |Approval.Outcome |The outcome of the approval |
42-
| |Approval.Assigned To |The IDs of the approvers |
43-
| |Approval.Comments |The IDs of the approvers |
44-
|Check data source registration for data use governance |Data Use Governance |The result of the data use governance check|
45-
|When term creation request is submitted |Workflow.Requestor |The requestor of the workflow |
46-
| |Term.Name |The name of the term |
47-
| |Term.Formal Name |The formal name of the term |
48-
| |Term.Definition |The definition of the term |
49-
| |Term.Experts |The experts of the term |
50-
| |Term.Stewards |The stewards of the term |
51-
| |Term.Parent.Name |The name of parent term if exists |
52-
| |Term.Parent.Formal Name |The formal name of parent term if exists |
53-
|When term update request is submitted <br> When term deletion request is submitted | Workflow.Requestor |The requestor of the workflow |
54-
| |Term.Name |The name of the term |
55-
| |Term.Formal Name |The formal name of the term |
56-
| |Term.Definition |The definition of the term |
57-
| |Term.Experts |The experts of the term |
58-
| |Term.Stewards |The stewards of the term |
59-
| |Term.Parent.Name |The name of parent term if exists |
60-
| |Term.Parent.Formal Name |The formal name of parent term if exists |
61-
| |Term.Created By |The creator of the term |
62-
| |Term.Last Updated By |The last updater of the term |
63-
|When term import request is submitted |Workflow.Requestor |The requestor of the workflow |
64-
| |Import File.Name |The name of the file to import |
30+
|Prerequisite connector |Built-in variable |Functionality | Type | Possible Values |
31+
|---------|---------|---------|---------|---------|
32+
|When data access request is submitted |Workflow.Requestor |The requestor of the workflow |string||
33+
| |Workflow.Request Recipient |The request recipient of the workflow |string||
34+
| |Asset.Name |The name of the asset |string||
35+
| |Asset.Description |The description of the asset |string||
36+
| |Asset.Type |The type of the asset |string||
37+
| |Asset.Fully Qualified Name |The fully qualified name of the asset |string||
38+
| |Asset.Owner |The owner of the asset |array of strings||
39+
| |Asset.Classification |The display names of classifications of the asset |array of strings||
40+
| |Asset.Certified |The indicator of whether the asset meets your organization's quality standards and can be regarded as reliable |string|'true' or 'false'|
41+
|Start and wait for an approval |Approval.Outcome |The outcome of the approval |string|'Approved' or 'Rejected'|
42+
| |Approval.Assigned To |The IDs of the approvers |array of strings||
43+
| |Approval.Comments |The IDs of the approvers and their comments |string||
44+
|Check data source registration for data use governance |Data Use Governance |The result of the data use governance check|string|'true' or 'false'|
45+
|When term creation request is submitted |Workflow.Requestor |The requestor of the workflow |string||
46+
| |Term.Name |The name of the term |string||
47+
| |Term.Formal Name |The formal name of the term |string||
48+
| |Term.Definition |The definition of the term |string||
49+
| |Term.Experts |The experts of the term |array of strings||
50+
| |Term.Stewards |The stewards of the term |array of strings||
51+
| |Term.Parent.Name |The name of parent term if exists |string||
52+
| |Term.Parent.Formal Name |The formal name of parent term if exists |string||
53+
|When term update request is submitted <br> When term deletion request is submitted | Workflow.Requestor |The requestor of the workflow |string||
54+
| |Term.Name |The name of the term |string||
55+
| |Term.Formal Name |The formal name of the term |string||
56+
| |Term.Definition |The definition of the term |string||
57+
| |Term.Experts |The experts of the term |array of strings||
58+
| |Term.Stewards |The stewards of the term |array of strings||
59+
| |Term.Parent.Name |The name of parent term if exists |string||
60+
| |Term.Parent.Formal Name |The formal name of parent term if exists |string||
61+
| |Term.Created By |The creator of the term |string||
62+
| |Term.Last Updated By |The last updater of the term |string||
63+
|When term import request is submitted |Workflow.Requestor |The requestor of the workflow |string||
64+
| |Import File.Name |The name of the file to import |string||
6565

6666
## Expressions
6767

0 commit comments

Comments
 (0)