Benchling · Schema

WorkflowTaskArchiveReason

The reason for archiving the provided workflow tasks. Accepted reasons may differ based on tenant configuration.

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

JSON Schema

WorkflowTaskArchiveReason.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/WorkflowTaskArchiveReason.json",
  "title": "WorkflowTaskArchiveReason",
  "description": "The reason for archiving the provided workflow tasks. Accepted reasons may differ based on tenant configuration.\n",
  "enum": [
    "Made in error",
    "Retired",
    "Other"
  ],
  "type": "string"
}