temporalio / temporalio/temporal
Make workflow state (not status) available via API
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 23.2k
- Forks
- 1.9k
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 228
Description
Is your feature request related to a problem? Please describe.
Currently the web UI will show "Running" for cron workflows which are created but not yet started as they are not yet due. This isn't ideal for developers as you can't tell without clicking through to the workflow whether it is actually running.
Describe the solution you'd like
It would be better if the web UI was able to refer to the state rather than just the status. Temporal knows that the workflow is created but not yet started, the persistence record has "created" as the state. The state field isn't currently exposed via the Temporal APIs at all, which means this information is not available via tctl either.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.