What was the reason behind the "Event" naming? Alternative naming suggestions #17822
Closed
alex-stoica
started this conversation in
General
Replies: 1 comment 1 reply
-
Workflows evolved a bit from the first draft, but I still see them as an event-driven system. The Reason why they implement |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed that a workflow
Event
is implemented as a subclass ofBaseModel
, mimicking a dictionary interface. However, based on its functionality and usage, the name "Event" seems a bit unintuitive as it doesn't necessarily behave like what one would typically associate with in other contexts (e.g., an action trigger). Instead, it seems to serve more as a structured state or snapshot of some process. Given that, I was wondering whether you'd consider something like State, Phase, Waypoint or even Slate be more intuitive? Maybe I am missing something in how anEvent
is intended to be used.Beta Was this translation helpful? Give feedback.
All reactions