Benchling · Schema

WorkflowTaskCreate

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

JSON Schema

WorkflowTaskCreate.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/WorkflowTaskCreate.json",
  "title": "WorkflowTaskCreate",
  "allOf": [
    {
      "$ref": "#/components/schemas/WorkflowTaskWriteBase"
    },
    {
      "properties": {
        "workflowTaskGroupId": {
          "description": "The workflow ID",
          "example": "prs_giVNQcTL",
          "type": "string"
        }
      },
      "required": [
        "workflowTaskGroupId"
      ]
    }
  ]
}