Benchling · Schema

WorkflowTaskSummary

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

Properties

Name Type Description
displayId string User-friendly ID of the workflow task
id string The ID of the workflow task
View JSON Schema on GitHub

JSON Schema

WorkflowTaskSummary.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/WorkflowTaskSummary.json",
  "title": "WorkflowTaskSummary",
  "properties": {
    "displayId": {
      "description": "User-friendly ID of the workflow task",
      "type": "string"
    },
    "id": {
      "description": "The ID of the workflow task",
      "example": "wftask_OnnsW08k",
      "readOnly": true,
      "type": "string"
    }
  }
}