# Community threads: Is it possible to create an event-based Workflow?

DevFeed: [Community threads: Is it possible to create an event-based Workflow?](<https://devfeed.tech/articles/community-threads-is-it-possible-to-create-an-event-based-workflow-35759.md>)

Original publisher: [Read original article](<https://temporal.io/blog/community-threads-is-it-possible-to-create-an-event-based-workflow>)

Author: Eric O'Rear

Published: 2023-11-27T05:00:00Z

Content type: tutorial

Language: en

Sources: [Temporal Blog](<https://devfeed.tech/sources/temporal-blog.md>)

Topics: [async](<https://devfeed.tech/topics/async.md>), [await](<https://devfeed.tech/topics/await.md>), [Python](<https://devfeed.tech/topics/python.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [async](<https://devfeed.tech/tags/async.md>), [community](<https://devfeed.tech/tags/community.md>), [core](<https://devfeed.tech/tags/core.md>), [python](<https://devfeed.tech/tags/python.md>), [workflow](<https://devfeed.tech/tags/workflow.md>)

## AI overview

This Community Threads article explains how to create event-based Workflows in Temporal. It describes using Signals, Awaitables, variables, and wait conditions, with a Python example for asynchronous Activities.

## Source excerpt

Handling event-based signals is one of the core components of Temporal Workflows. In this Community Threads post, a new Temporal user asks: "How do I create an event-based Workflow with Temporal?"