Is there any documentation on what the query tab is for? Does it just track all the queries that are made or is it suppose to give you the ability to query the running workflow for status?
Thanks,
Derek
Is there any documentation on what the query tab is for? Does it just track all the queries that are made or is it suppose to give you the ability to query the running workflow for status?
Thanks,
Derek
It gives you an ability to execute synchronous queries associated with workflows. Just make sure that there is a worker running.
Here is the documentation for Queries
General: https://docs.temporal.io/docs/queries
Go specific: https://docs.temporal.io/docs/go-queries
Feel free to use this sample to see the tab in action https://github.com/temporalio/samples-go/tree/master/query
Thanks @Ruslan
I looked at the documentation and I’m still trying to wrap my head around the usage of this feature and what use cases it’s ideal for. From what I understand, the main purpose is to be able to query custom defined states about the workflow while it’s running. This is useful for debugging purposes if the workflow gets stuck or if you have workflows that never ends or are long running.
Questions
describe
Thanks
Derek
I assume that you use “waveform” as a synonym for a workflow. Is it correct?
This topic was automatically closed after 5 days. New replies are no longer allowed.