Benchling · Schema

WorkflowTask

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

JSON Schema

WorkflowTask.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/WorkflowTask.json",
  "title": "WorkflowTask",
  "allOf": [
    {
      "$ref": "#/components/schemas/WorkflowTaskBase"
    },
    {
      "properties": {
        "executionFlowchartId": {
          "description": "The ID of the flowchart that this task will execute. This will only be defined if the task has exectutionType FLOWCHART",
          "example": "wffc_6fd512",
          "type": "string"
        },
        "executionType": {
          "description": "The method by which the task of the workflow is executed",
          "enum": [
            "DIRECT",
            "ENTRY",
            "FLOWCHART",
            "PROCEDURE",
            "PROCEDURE_METHOD",
            "PROCEDURE_STEP"
          ],
          "type": "string"
        },
        "nextOutputs": {
          "description": "The outputs in the flowchart which are generated by this task.",
          "items": {
            "$ref": "#/components/schemas/WorkflowOutputSummary"
          },
          "type": "array"
        },
        "nextTasks": {
          "description": "The downstream tasks in the flowchart which are generated by this task.",
          "items": {
            "$ref": "#/components/schemas/WorkflowTaskSummary"
          },
          "type": "array"
        },
        "responsibleParties": {
          "description": "List of users and teams that are responsible for this task",
          "items": {
            "$ref": "#/components/schemas/PartySummary"
          },
          "type": "array"
        },
        "rootTask": {
          "allOf": [
            {
              "$ref": "#/components/schemas/WorkflowTaskSummary"
            }
          ],
          "description": "The task which is at the root of the flowchart. This will be null if the task is not part of a flowchart."
        },
        "sourceOutputs": {
          "description": "The parent outputs in the flowchart which were used to generate this task.",
          "items": {
            "$ref": "#/components/schemas/WorkflowOutputSummary"
          },
          "type": "array"
        },
        "sourceTasks": {
          "description": "The parent tasks in the flowchart which were used to generate this task.",
          "items": {
            "$ref": "#/components/schemas/WorkflowTaskSummary"
          },
          "type": "array"
        },
        "workflowOutputs": {
          "description": "The outputs of the workflow task group",
          "items": {
            "$ref": "#/components/schemas/WorkflowOutputSummary"
          },
          "type": "array"
        }
      }
    }
  ]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/WorkflowTask"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.