You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|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||
0 commit comments