Benchling · Schema

WorkflowNodeTaskGroupSummary

Life SciencesBiotechR&DMolecular BiologyLaboratory Information ManagementElectronic Lab NotebookAssay ManagementInventory ManagementSequence ManagementExperiment WorkflowsRESTWebhooks
View JSON Schema on GitHub

JSON Schema

WorkflowNodeTaskGroupSummary.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/WorkflowNodeTaskGroupSummary.json",
  "title": "WorkflowNodeTaskGroupSummary",
  "allOf": [
    {
      "$ref": "#/components/schemas/WorkflowTaskGroupSummary"
    },
    {
      "properties": {
        "nodeConfigId": {
          "description": "The node in a Flowchart that this task group is associated with. This will be null if the task group is not part of a flowchart.",
          "example": "wffcnc_giVNQcTL",
          "type": "string"
        }
      }
    }
  ]
}