{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/WorkflowTaskStatusLifecycleTransition.json", "title": "WorkflowTaskStatusLifecycleTransition", "example": { "from": { "displayName": "Pending", "id": "prsts_wQzUCsW0", "statusType": "PENDING" }, "to": { "displayName": "In Progress", "id": "prsts_fc0781", "statusType": "IN_PROGRESS" } }, "properties": { "from": { "$ref": "#/components/schemas/WorkflowTaskStatus" }, "to": { "$ref": "#/components/schemas/WorkflowTaskStatus" } }, "type": "object" }