Skip to content

Commit

Permalink
Update src/cloudflare/internal/workflows.d.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Yagiz Nizipli <[email protected]>
  • Loading branch information
sidharthachatterjee and anonrig authored Oct 18, 2024
1 parent ff0e8c2 commit 546c888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cloudflare/internal/workflows.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ type InstanceStatus = {
| 'running'
| 'paused'
| 'errored'
| 'terminated' // user terminated the instance while it was runnign
| 'terminated' // user terminated the instance while it was running
| 'complete'
| 'waiting' // instance is hibernating and waiting for sleep or event to finish
| 'waitingForPause' // instance is finishing the current work to pause
Expand Down

0 comments on commit 546c888

Please sign in to comment.