Benchling · Schema

WorkflowEndNodeDetails

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

Properties

Name Type Description
id string The ID of the workflow flowchart end node config details
name string The name of the end node
nodeType string The type of the node
View JSON Schema on GitHub

JSON Schema

WorkflowEndNodeDetails.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/WorkflowEndNodeDetails.json",
  "title": "WorkflowEndNodeDetails",
  "additionalProperties": false,
  "properties": {
    "id": {
      "description": "The ID of the workflow flowchart end node config details",
      "example": "wftrnd_aB8Wi12c",
      "readOnly": true,
      "type": "string"
    },
    "name": {
      "description": "The name of the end node",
      "example": "End 1",
      "readOnly": true,
      "type": "string"
    },
    "nodeType": {
      "description": "The type of the node",
      "enum": [
        "END"
      ],
      "type": "string"
    }
  },
  "type": "object"
}