benchling_sdk.services.v2.stable.workflow_flowchart_service module¶

class WorkflowFlowchartService¶

Bases: benchling_sdk.services.v2.base_service.BaseService

Workflow Flowcharts.

Workflow flowcharts represent the nodes and edges that a flowchart is comprised of.

See https://benchling.com/api/reference#/Workflow%20Flowcharts

get_by_id(workflow_flowchart_id: str) → WorkflowFlowchart¶

Get a workflow flowchart.

See https://benchling.com/api/reference#/Workflow%20Flowcharts/getWorkflowFlowchart

list(sort: Optional[ListWorkflowFlowchartsSort] = None, ids: Optional[Iterable[str]] = None, created_at: Optional[date] = None, page_size: Optional[int] = None) → PageIterator[WorkflowFlowchart]¶

List workflow flowcharts.

See https://benchling.com/api/reference#/Workflow%20Tasks/listWorkflowFlowcharts