Skip to content

Commit

Permalink
fix: add change content info with digest and delay (#660)
Browse files Browse the repository at this point in the history
* fix: add change content with digest and delay

* bring back digest faq
  • Loading branch information
jainpawan21 authored Aug 20, 2024
1 parent f2c1e7f commit 068f9cd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions workflow/delay.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ await step.delay(
}
);
```

<Info>Changing the step content after triggering the workflow with delay step will not affect the existing pending delayed notification content.</Info>
3 changes: 3 additions & 0 deletions workflow/digest.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ The digest step returns an object with `events` array. Each event in the array h
- `time` - The time when the event was triggered
- `payload` - The original payload passed to the event

<Info>Changing the step content after triggering the workflow with digest step will not affect the existing digested events.</Info>

## Frequently Asked Questions

<Note>All digest times are in UTC time</Note>
Expand All @@ -135,3 +137,4 @@ The digest step returns an object with `events` array. Each event in the array h
</Accordion>

</AccordionGroup>

0 comments on commit 068f9cd

Please sign in to comment.