Skip to content

Commit

Permalink
Update guide.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
freetonik authored Dec 11, 2024
1 parent 23a0bc8 commit 0c4c726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/workflows/get-started/guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ type Params = {
export class MyWorkflow extends WorkflowEntrypoint<Env, Params> {
async run(event: WorkflowEvent<Params>, step: WorkflowStep) {
// Can access bindings on `this.env`
// Can access params on `event.params`
// Can access params on `event.payload`

const files = await step.do('my first step', async () => {
// Fetch a list of files from $SOME_SERVICE
Expand Down

0 comments on commit 0c4c726

Please sign in to comment.