# Community threads: Is it possible to write a single Workflow with different languages?

DevFeed: [Community threads: Is it possible to write a single Workflow with different languages?](<https://devfeed.tech/articles/community-threads-is-it-possible-to-write-a-single-workflow-with-different-languages-35760.md>)

Original publisher: [Read original article](<https://temporal.io/blog/community-threads-is-it-possible-to-write-a-single-workflow-with-different>)

Author: Caz Michaels

Published: 2024-03-05T08:00:00Z

Content type: tutorial

Language: en

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

Topics: [interoperability](<https://devfeed.tech/topics/interoperability.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>), [Programming](<https://devfeed.tech/topics/programming.md>)

Tags: [community](<https://devfeed.tech/tags/community.md>), [interoperability](<https://devfeed.tech/tags/interoperability.md>), [languages](<https://devfeed.tech/tags/languages.md>), [sdk](<https://devfeed.tech/tags/sdk.md>), [sdks](<https://devfeed.tech/tags/sdks.md>), [separate](<https://devfeed.tech/tags/separate.md>)

## AI overview

A Temporal Workflow Definition should use one language, but its Activities can be written in other languages. Each language requires a separate Worker and task queue, with unique Activity names to support execution and interoperability.

## Source excerpt

Today's Thread focuses on a question asked by a Temporal user who wants to know: Is it possible to write a single Workflow in multiple languages?