Google Cloud Platform · Arazzo Workflow
Google Cloud Platform Create Project and Poll Operation
Version 1.0.0
Create a project, poll the long-running operation until done, then read back the project.
View Spec
View on GitHub
API ManagementCloud ComputingInfrastructurePlatform as a ServiceArazzoWorkflows
Provider
Workflows
create-project-and-poll
Create a Google Cloud project and wait for the operation to complete.
Submits a project creation request, polls the returned operation until it is done, then retrieves the new project by its project id.
1
createProject
cloudresourcemanager.projects.create
Submit the project creation request. Returns a long-running Operation with a server-assigned name used to poll for completion.
2
pollOperation
cloudresourcemanager.operations.get
Poll the long-running operation by name until the done flag is true. Branches back to itself while the operation is still in progress.
3
getProject
cloudresourcemanager.projects.get
Fetch the newly created project by its project id to confirm its final state and metadata.