Microsoft Power Automate · Arazzo Workflow
Microsoft Power Automate Manage Flow Owners
Version 1.0.0
Read a flow's current owners, add or remove owners, and verify the new roster.
View Spec
View on GitHub
AutomationBusiness ProcessIntegrationLow-CodeMicrosoftPower PlatformRPAWorkflowArazzoWorkflows
Provider
Workflows
manage-flow-owners
Modify the owner list of a flow and verify the resulting roster.
Reads the flow and its existing owners, submits the requested owner additions and removals, then re-reads the owners so the effective roster is confirmed rather than assumed.
1
confirmFlow
getFlow
Read the flow to confirm it exists and to capture its display name and creator for the ownership audit record.
2
readCurrentOwners
listFlowOwners
List the flow's current owners so the roster before the change is captured and the requested modification can be reconciled against it.
3
modifyOwners
modifyFlowOwners
Apply the owner additions and removals in a single request so the roster never passes through an intermediate state with no owner.
4
verifyOwners
listFlowOwners
Re-read the owner list and assert at least one owner remains, catching the dangerous case where a removal leaves the flow orphaned.