ZenML · Arazzo Workflow
ZenML Bootstrap Project Pipeline
Version 1.0.0
Identify the caller, resolve a project workspace, register a pipeline, and confirm it.
Provider
Workflows
bootstrap-project-pipeline
Resolve a project workspace and register a pipeline under it, confirming both.
Reads the current user, lists projects to resolve a workspace, creates a pipeline under that project, and reads the pipeline back by id.
1
whoami
getCurrentUser
Read the current authenticated user for ownership context.
2
resolveWorkspace
listProjects
List projects to resolve the named project workspace that will host the pipeline.
3
createPipeline
createPipeline
Create the pipeline under the resolved project workspace.
4
confirmPipeline
getPipeline
Read the new pipeline back by id to confirm it persisted under the project.