Microsoft Power Automate · Arazzo Workflow
Microsoft Power Automate Provision and Activate a Flow
Version 1.0.0
Create a new cloud flow in an environment, turn it on, and read back its state.
View Spec
View on GitHub
AutomationBusiness ProcessIntegrationLow-CodeMicrosoftPower PlatformRPAWorkflowsArazzoWorkflows
Provider
Workflows
provision-flow
Create a cloud flow, activate it, and verify it is running.
Creates a flow from a supplied workflow definition in a Stopped state, verifies the connections it depends on exist, then starts the flow and reads it back to confirm the state transition took effect.
1
listEnvironments
List accessible environments to confirm the caller can provision into the target environment before creating anything.
2
verifyConnections
List the connections in the environment so the connection references the new flow declares can be checked against what actually exists. Provisioning a flow against a missing connection is the most common cause of a flow that is created but never runs.
3
createFlow
Create the flow in a Stopped state so the definition can be provisioned without the trigger firing before activation is intended.
4
5
confirmFlowStarted
Read the flow back and confirm it reports the Started state, proving the provision-and-activate sequence completed rather than assuming it did.
Source API Descriptions
openapi
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.