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 PlatformRPAWorkflowArazzoWorkflows
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
listEnvironments
List accessible environments to confirm the caller can provision into the target environment before creating anything.
2
verifyConnections
listConnections
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
createFlow
Create the flow in a Stopped state so the definition can be provisioned without the trigger firing before activation is intended.
4
turnOnFlow
turnOnFlow
Activate the newly created flow so its trigger begins listening.
5
confirmFlowStarted
getFlow
Read the flow back and confirm it reports the Started state, proving the provision-and-activate sequence completed rather than assuming it did.