def WorkflowClient.create(name: str, description: str = "") -> WorkflowCreate a workflow.
Parameters
Section titled “Parameters”name str required The workflow display name.
description str Optional workflow description.
Returns
Section titled “Returns”The created workflow object.