Benchling · Schema

WorkflowTaskExecutionOrigin

The context into which a task was executed

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

Properties

Name Type Description
entryId string
originModalUuid string
type string
View JSON Schema on GitHub

JSON Schema

WorkflowTaskExecutionOrigin.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/WorkflowTaskExecutionOrigin.json",
  "title": "WorkflowTaskExecutionOrigin",
  "description": "The context into which a task was executed",
  "properties": {
    "entryId": {
      "example": "etr_30ad79",
      "nullable": true,
      "type": "string"
    },
    "originModalUuid": {
      "example": "e8805895-0654-4613-ac04-39ee7462202e",
      "format": "uuid",
      "nullable": true,
      "type": "string"
    },
    "type": {
      "enum": [
        "API",
        "ENTRY",
        "MODAL"
      ],
      "type": "string"
    }
  },
  "type": "object"
}