Benchling · Schema

LegacyWorkflowStageRun

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

Properties

Name Type Description
createdAt string DateTime at which the the legacy workflow stage run was created
id string ID of the legacy workflow stage run
name string Name of the legacy workflow stage run
status string Status of the legacy workflow stage run
View JSON Schema on GitHub

JSON Schema

LegacyWorkflowStageRun.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/LegacyWorkflowStageRun.json",
  "title": "LegacyWorkflowStageRun",
  "properties": {
    "createdAt": {
      "description": "DateTime at which the the legacy workflow stage run was created",
      "format": "date-time",
      "readOnly": true,
      "type": "string"
    },
    "id": {
      "description": "ID of the legacy workflow stage run",
      "readOnly": true,
      "type": "string"
    },
    "name": {
      "description": "Name of the legacy workflow stage run",
      "type": "string"
    },
    "status": {
      "description": "Status of the legacy workflow stage run",
      "enum": [
        "COMPLETED",
        "DISCARDED",
        "INITIALIZED"
      ],
      "type": "string"
    }
  },
  "type": "object"
}