Benchling · Schema

WorkflowFlowchartEdgeConfig

Life SciencesBiotechR&DMolecular BiologyLaboratory Information ManagementElectronic Lab NotebookAssay ManagementInventory ManagementSequence ManagementExperiment WorkflowsRESTWebhooks

Properties

Name Type Description
fromNodeConfigId string The ID of the source workflow flowchart node config of this edge
id string The ID of the workflow flowchart edge config
toNodeConfigId string The ID of the destination workflow flowchart node config of this edge
View JSON Schema on GitHub

JSON Schema

WorkflowFlowchartEdgeConfig.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/WorkflowFlowchartEdgeConfig.json",
  "title": "WorkflowFlowchartEdgeConfig",
  "properties": {
    "fromNodeConfigId": {
      "description": "The ID of the source workflow flowchart node config of this edge",
      "example": "wffcnc_giVNQcTL",
      "readOnly": true,
      "type": "string"
    },
    "id": {
      "description": "The ID of the workflow flowchart edge config",
      "example": "wffcec_giVNQcTL",
      "readOnly": true,
      "type": "string"
    },
    "toNodeConfigId": {
      "description": "The ID of the destination workflow flowchart node config of this edge",
      "example": "wffcnc_giVNQcAF",
      "readOnly": true,
      "type": "string"
    }
  },
  "type": "object"
}