Benchling · Schema

WorkflowTaskGroupWriteBase

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

Properties

Name Type Description
folderId string ID of the folder that contains the workflow task group
name string The name of the workflow task group
watcherIds array IDs of the users watching the workflow task group
View JSON Schema on GitHub

JSON Schema

WorkflowTaskGroupWriteBase.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/WorkflowTaskGroupWriteBase.json",
  "title": "WorkflowTaskGroupWriteBase",
  "properties": {
    "folderId": {
      "description": "ID of the folder that contains the workflow task group",
      "type": "string"
    },
    "name": {
      "description": "The name of the workflow task group",
      "type": "string"
    },
    "watcherIds": {
      "description": "IDs of the users watching the workflow task group",
      "items": {
        "example": "ent_a0SApq3z",
        "type": "string"
      },
      "type": "array"
    }
  }
}