-
### Is your feature request related to a problem? Please describe.
Many of our workflows process a decent amount of activity data and conclude with a short final status. We like the retention wind…
-
## Expected Behavior
Query from the command line returns a result for the query that is still in `Running` status. Query:
```
temporal workflow list -n preflight --address 10.43.63.119:7233 -q 'C…
-
## Expected Behavior
We are using Temporal 1.20 with MariaDB 10.2.30 and now we moved to new MariaDB 10.6.9 running in clustered mode (using Galera https://galeracluster.com/)
## Actual Behavior
…
-
Add your comment to [Temporal: Open Source Workflows as Code](https://mikhail.io/2020/10/temporal-open-source-workflows-as-code/).
The comments will be displayed directly on the page.
I may edit o…
-
## Expected Behavior
Under load the number of connections to the Postgres database backend remains fairly consistent over time.
## Actual Behavior
When under load it has been observed that there …
-
### Describe the solution you'd like
Users need to provide certain bits of user metadata that is visible in the UI/CLI. Specifically from a user POV we will start out with:
* Fixed "static summa…
-
Been requested by a few users, and I think is on internal roadmap. Opening this issue for people to follow.
https://api-docs.temporal.io/#temporal.api.schedule.v1.ScheduleSpec
-
I have a temporal setup as following:
defaultstore: postgres
advancedVisibilityStore: es-visibility (the database behind es-visiblity is opensearch cluster)
I ran some workflows and I see the data …
-
Version: Deno 1.44.2
I'm trying to use the @temporalio/client [typescript SDK](https://docs.temporal.io/develop/typescript) with Deno to start my Workflows from my project. With the NPM layer comp…
-
hello, I was wondering if there any additional considerations when referencing resources from one namespace to another?
For instance:
lets say I workflow_1 that contains activity_1 and resides in…