We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e4f85d commit 8e7bec2Copy full SHA for 8e7bec2
src/content/docs/workflows/get-started/guide.mdx
@@ -62,7 +62,7 @@ type Params = {
62
export class MyWorkflow extends WorkflowEntrypoint<Env, Params> {
63
async run(event: WorkflowEvent<Params>, step: WorkflowStep) {
64
// Can access bindings on `this.env`
65
- // Can access params on `event.params`
+ // Can access params on `event.payload`
66
67
const files = await step.do('my first step', async () => {
68
// Fetch a list of files from $SOME_SERVICE
0 commit comments