Windmill · Arazzo Workflow
Windmill Bootstrap a Workspace
Version 1.0.0
Create a workspace, confirm it exists, then read back its display name.
View Spec
View on GitHub
AutomationInternal ToolsOpen SourceProCode API CompositionScriptsWebhooksWorkflow EngineWorkflowsArazzoWorkflows
Provider
Workflows
bootstrap-workspace
Create a new Windmill workspace and verify it was provisioned.
Creates a workspace by id and name, confirms its existence, then reads back its display name.
1
createWorkspace
createWorkspace
Create the workspace from the supplied id and name. The response body is a token as plain text.
2
confirmExists
existsWorkspace
Confirm the workspace id is now registered. The response body is a boolean.
3
getName
getWorkspaceName
Read the workspace display name to verify the bootstrap completed.