For the complete documentation index, see llms.txt. This page is also available as Markdown.

Workflow.get

Workflow.get() → self

Fetches the workflow, after which workflow.properties will contain a dict with entries corresponding to the properties on the workflow resource definition. Will raise an error if the workflow does not exist.

Returns

self (a Workflow)

Was this helpful?