Greetings. Is a workflow/event task’s threadId (of the worker thread it’s being processed on) logged in the event-history? I’ve found identity_, but that’s just an id of the worker. Such a value could be useful when building timeline graphs.
It is not logged currently. But I think it is a great idea. I think the more generic solution would be attaching some metadata to each command and thread-id can be one possible type of it.