I must be fooling about with Workflows

I must be fooling about with Workflows and Observability - or is it normal that a failing step of a Workflow will not add meaningful logs to Observability? The error here is thrown within step.do but it is nowhere to be found from the logs tab of the worker. I also cannot find anything on the Instance ID of the workflow invocation.
No description
1 Reply
martinhoest
martinhoestOP2mo ago
More examples, where it is a bit off. (Instance detail page) I trigger a Workflow that has a few steps. The last step is to trigger another Workflow, which fails because the ID used already exists. (Log entries) Notice that the error entry comes in at the bottom at the same timestamp as the "starting" entry. Not sure why that is, but it makes it hard investigate using the logs when you can't count on timestamps. I have not found a useful way to get all log entries for a workflow run, without first listing all runs of a Workflow type then find one entry that may be of interest and filter on requestId - in other words, how can I go from the Workflows instance page to the full log entries overview for that workflow instance?
No description
No description

Did you find this page helpful?