Google Cloud Platform · Arazzo Workflow
Google Cloud Platform Create Folder and Poll Operation
Version 1.0.0
Create a folder, poll the long-running operation until done, then read back the folder.
View Spec
View on GitHub
API ManagementCloud ComputingInfrastructurePlatform as a ServiceArazzoWorkflows
Provider
Workflows
create-folder-and-poll
Create a Google Cloud folder and wait for the operation to complete.
Submits a folder creation request, polls the returned operation until it is done, then retrieves the new folder by its resource id.
1
createFolder
cloudresourcemanager.folders.create
Submit the folder creation request. Returns a long-running Operation whose name is 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
getFolder
cloudresourcemanager.folders.get
Fetch the newly created folder by its resource id to confirm its final state and display name.