From 01ce31b00525c59c272b8671f35b537a4ffd21ab Mon Sep 17 00:00:00 2001 From: Dima Grossman Date: Sun, 13 Oct 2024 13:28:47 +0300 Subject: [PATCH] feat: add digest disclaimer --- workflow/digest.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/workflow/digest.mdx b/workflow/digest.mdx index 0a77bb78..ac020db5 100644 --- a/workflow/digest.mdx +++ b/workflow/digest.mdx @@ -119,6 +119,9 @@ await step.email("send-email", async () => { }); ``` +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.. + + 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