Benchling · Schema

WorkflowRouterFunction

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

Properties

Name Type Description
edgeConfigId string The ID of the workflow flowchart edge config associated with this function
id string The function associated with a router node
isDefault object
name string The name of a function associated with a router node
View JSON Schema on GitHub

JSON Schema

WorkflowRouterFunction.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/WorkflowRouterFunction.json",
  "title": "WorkflowRouterFunction",
  "additionalProperties": false,
  "properties": {
    "edgeConfigId": {
      "description": "The ID of the workflow flowchart edge config associated with this function",
      "example": "wffcec_giVNQcTL",
      "readOnly": true,
      "type": "string"
    },
    "id": {
      "description": "The function associated with a router node",
      "example": "wfrf_b2VJBmBj",
      "readOnly": true,
      "type": "string"
    },
    "isDefault": {
      "readOnly": true
    },
    "name": {
      "description": "The name of a function associated with a router node",
      "example": "Rule 1",
      "readOnly": true,
      "type": "string"
    }
  },
  "type": "object"
}