# \#events

**URL:** https://community.temporal.io/tag/events/114.md

[Latest](https://community.temporal.io/latest.md) · [Categories](https://community.temporal.io/categories.md) · [Tags](https://community.temporal.io/tags.md)

---

## [How to get only new set of history events as workflow is progressing?](https://community.temporal.io/t/how-to-get-only-new-set-of-history-events-as-workflow-is-progressing/15578)

<div class="topic-metadata">

**Author:** [@Pavithra\_M](https://community.temporal.io/u/Pavithra_M)\
**Replies:** 6\
**Last updated:** [December 17, 2024, 1:51pm UTC](https://community.temporal.io/t/how-to-get-only-new-set-of-history-events-as-workflow-is-progressing/15578 "2024-12-17T13:51:54Z")

</div>

Hi Team, currently we are trying to publish notifications for history events of workflow execution as it progresses. We explored GetWorkflowExecutionHistory but it sends all the events from the start and not just recent…

---

## [Temporal workflow state event stream](https://community.temporal.io/t/temporal-workflow-state-event-stream/8652)

<div class="topic-metadata">

**Author:** [@James\_Bench](https://community.temporal.io/u/James_Bench)\
**Replies:** 5\
**Last updated:** [June 30, 2023, 4:18pm UTC](https://community.temporal.io/t/temporal-workflow-state-event-stream/8652 "2023-06-30T16:18:05Z")

</div>

Hello, We’re currently using a DIY task runner and looking to replace it with something a little more robust. One feature that we need to replicate is broadcasting (via a websocket) to users when a workflow execution t…

---

## [Some clarifications about the "MaximumPageSize" parameter in the event history request](https://community.temporal.io/t/some-clarifications-about-the-maximumpagesize-parameter-in-the-event-history-request/7067)

<div class="topic-metadata">

**Author:** [@7eben](https://community.temporal.io/u/7eben)\
**Replies:** 2\
**Last updated:** [January 26, 2023, 6:09pm UTC](https://community.temporal.io/t/some-clarifications-about-the-maximumpagesize-parameter-in-the-event-history-request/7067 "2023-01-26T18:09:18Z")

</div>

Hello team. I have a curiosity, why the MaximumPageSize parameter in the event history fetch requests does not imply that the number of events returned is at most that amount? Running tests, if I specify a MaximunPageS…

---

## [Pattern to create an event based workflow](https://community.temporal.io/t/pattern-to-create-an-event-based-workflow/3609)

<div class="topic-metadata">

**Author:** [@GSblanchet](https://community.temporal.io/u/GSblanchet)\
**Replies:** 2\
**Last updated:** [June 24, 2022, 5:58pm UTC](https://community.temporal.io/t/pattern-to-create-an-event-based-workflow/3609 "2022-06-24T17:58:48Z")

</div>

I Want to create an infinite workflow that will work using signal but I’m not sure which approche is the best one. the workflow that I would like to create will be infinite until it receives a signal to end itself. I’m …
