Skip to content

Commit

Permalink
feat: add digest disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
scopsy committed Oct 13, 2024
1 parent e9d5216 commit 01ce31b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions workflow/digest.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@ await step.email("send-email", async () => {
});
```

<Info>Step Controls: At the moment, it is not possible to use digest information in step controls. You can only use it from the code, by creating a custom component for handling digested data..</Info>


The digest step returns an object with `events` array. Each event in the array has the following properties:

- `id` - The `job id` of the digested event
Expand Down

0 comments on commit 01ce31b

Please sign in to comment.