Workflow runs now support multiple labels with OR filtering
1 feature1 enhancementThis release1 featureNew capabilities1 enhancementImprovements to existing featuresAI-tallied from the release notes
- TypeScript SDK (
workflow-js):- Multiple labels per workflow run are now supported.
labelonclient.triggerandcontext.invokeacceptsstring | string[], and log/DLQ/cancel filters accept an array to match runs that have any of the given labels (OR semantics). Workflow run logs now expose alabels: string[]field, andcontext.labels: string[]replaces the now-deprecatedcontext.label.
- Multiple labels per workflow run are now supported.
Fetched June 8, 2026



