fixed

Bugfix: Workflow events referencing task schema

Correction to the schema referenced in v2.workflowOutput.created and v2.workflowOutput.fields.updated events

What’s changing?

Previously, the v2.workflowOutput.created and v2.workflowOutput.fields.updated events were erroneously including references to the workflow output schema, instead of the workflow task schema. Workflow output schema are not queryable via the API, preventing some integrations from properly handling these events.

We have updated the v2.workflowOutput.created and v2.workflowOutput.fields.updated events such that the schema field correctly references the task schema, not the output schema. Workflow task schemas can be queried via the API using the List workflow task schemas endpoint.

When is this happening?

This change is now live; check out our Events Reference (https://docs.benchling.com/docs/events-reference) documentation for more information.