Parameters
str
required
The workflow display name.
str
Optional workflow description.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
workflow = workflow_client.create(
"Scene processing",
description="Process new scenes into analysis-ready outputs.",
)
workflow = workflow_client.create(
"Scene processing",
description="Process new scenes into analysis-ready outputs.",
)
def WorkflowClient.create(name: str, description: str = "") -> Workflow
workflow = workflow_client.create(
"Scene processing",
description="Process new scenes into analysis-ready outputs.",
)
Was this page helpful?