-
temporal-sdk: 1.17.0
temporal-spring-boot-starter-alpha: 1.17.0
When using Temporal-Springboot-alpha since the workers are created by Temporal-Springboot-alpha
Can we declare ActivityStub using …
-
### Is your feature request related to a problem? Please describe.
I'm trying to check if a workflow execution exists by using the workflowId.
### Describe the solution you'd like
I was check…
-
### What are you really trying to do?
I'm trying to load test temporal and see the useful metrics which can tell about how my self hosted temporal deployment is working at scale. All of temporal …
-
See https://github.com/temporalio/features/issues/515 for more information
-
Workflow orchestration has to be enabled for Scalable and reliable ingestion.
-
## Expected Behavior
Viewing the Archival tab for a namespace which has archived workflows should display them.
## Actual Behavior
The Archival tab is displaying the message "No Workflows running…
-
Currently users change workflow task timeout via WorkerOptions. In some use cases users want to also
change the max retry interval for workflow tasks which is 10min.
Feature request is to add ab…
-
Schedules currently add timestamp of when the execution is started as part of workflowid.
This request is to add option for workflow id used to be as user defines in workflow options for each executi…
-
### What are you really trying to do?
### Describe the bug
### Minimal Reproduction
```cs
[Workflow]
public class TestWorkflow
{
[WorkflowUpdate]
public Task Update() => Ta…
alrz updated
3 months ago
-
### What are you really trying to do?
Unit test a workflow
### Describe the bug
When unit testing a workflow, if the workflow under test encounters a runtime exception the unit test hangs.
…