Microsoft Purview · Arazzo Workflow
Microsoft Purview Relate Two Catalog Entities
Version 1.0.0
Create an entity, then create a relationship linking it to another entity.
View Spec
View on GitHub
ComplianceData CatalogData ClassificationData GovernanceData Loss PreventionInformation ProtectionArazzoWorkflows
Provider
Workflows
relate-entities
Create an entity and relate it to an existing entity.
Creates a source entity, resolves its GUID, creates a typed relationship between it and a target entity, and reads the relationship back.
1
createEntity
createOrUpdateEntity
Create or update the source entity for the relationship.
2
getEntity
getEntityByGuid
Read the source entity back by its assigned GUID.
3
createRelationship
createRelationship
Create a typed relationship connecting the source entity to the target entity using their GUIDs.
4
getRelationship
getRelationship
Read the relationship back by its GUID to confirm it was created.