cloudflare / cloudflare/workerd

Add Workflow Types to workers-types

Open
#4,398 8 comments 12 reactions 1 assignee Claimed by @workers-devprod View on GitHub
types
Dominant language
C++
Stars
8.7k
Forks
739
Avg merge
2d 20h
Merged PRs (30d)
174

Description

ref https://github.com/getsentry/sentry-javascript/pull/16704

The following types:

```
WorkflowEntrypoint,
WorkflowEvent,
WorkflowSleepDuration,
WorkflowStep,
WorkflowStepConfig,
WorkflowStepEvent,
WorkflowTimeoutDuration,
```

are not available via `@cloudflare/workers-types` (tested with `4.20250620.0`). The Sentry Cloudflare SDK needs them for our upcoming Cloudflare Workflows instrumentation. It would be great if they got exposed!

The Sentry SDK ended up vendoring them in, but this will cause problems as the types get updated.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.