Organization$workflow
Organization$workflow(name) → Workflow
Construct a new workflow instance that references a workflow in an organization by name.
Parameters:
name
: str
The name of the workflow within the organization. The name is case-insensitive, and can optionally be escaped following general name escaping rules. E.g., "Climate analysis"
-> "climate_analysis"
.
Returns:
Last updated
Was this helpful?