-
Notifications
You must be signed in to change notification settings - Fork 790
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix workflows binding to create a workflow without arguments & miss m…
…atch instance.id between wrangler local dev and production (#7225) * fix workflows binding to create a workflow without arguments * prettify cleanup * added changeset * Update packages/workflows-shared/src/binding.ts Accepted setting default values Co-authored-by: Somhairle MacLeòid <[email protected]> * pretttify run * Update packages/workflows-shared/src/binding.ts Co-authored-by: Skye <[email protected]> * try to get instance.id * new try * pretty * - ensure .id is available on handle, syncronously * prettify * updated changeset * reverted workflows fixture * better changeset * reverted constructor sugar as per code review * added regression test to the workflows fixture test * prettify --------- Co-authored-by: Somhairle MacLeòid <[email protected]> Co-authored-by: Skye <[email protected]>
- Loading branch information
1 parent
e2e6912
commit bb17205
Showing
4 changed files
with
50 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"@cloudflare/workflows-shared": patch | ||
--- | ||
|
||
- Fix workflows binding to create a workflow without arguments | ||
- Fix workflows instance.id not working the same way in wrangler local dev as it does in production |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters