Benchling · Schema

WorkflowTaskGroup

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

JSON Schema

WorkflowTaskGroup.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/WorkflowTaskGroup.json",
  "title": "WorkflowTaskGroup",
  "allOf": [
    {
      "$ref": "#/components/schemas/WorkflowTaskGroupBase"
    },
    {
      "properties": {
        "executionType": {
          "description": "The method by which the workflow is executed",
          "enum": [
            "DIRECT",
            "ENTRY",
            "FLOWCHART",
            "PROCEDURE",
            "PROCEDURE_METHOD",
            "PROCEDURE_STEP"
          ],
          "type": "string"
        },
        "flowchartConfigVersionId": {
          "description": "The flowchart configuration that this task group uses. This will be null if the task group does not have executionType FLOWCHART.",
          "example": "wffccv_giVNQcAF",
          "type": "string"
        },
        "flowchartTaskGroups": {
          "description": "The task groups that are members of the flowchart that this task group is the root of. This will be null this task group is not the root task group of a flowchart (eg if the task group does not have executionType FLOWCHART).",
          "items": {
            "$ref": "#/components/schemas/WorkflowNodeTaskGroupSummary"
          },
          "type": "array"
        },
        "nodeConfig": {
          "allOf": [
            {
              "$ref": "#/components/schemas/WorkflowFlowchartNodeConfig"
            }
          ],
          "description": "The node in a Flowchart that this task group is associated with. This will be null if the task group is not part of a flowchart."
        },
        "rootTaskGroup": {
          "allOf": [
            {
              "$ref": "#/components/schemas/WorkflowTaskGroupSummary"
            }
          ],
          "description": "The task group associated with the root node of the flowchart that this task group is a part of. This will be null if the task group is not part of a flowchart."
        },
        "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/WorkflowTaskGroup"
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.