Workflow start information for auditing: who started this workflow?

Is there some information stored somewhere about who started a workflow? The workflows started by our services seem indistinguishable from workflows started from the web UI by users (at least we can’t find any information in the web UI).

We are trying to answer the question: who started this workflow? We’re using SSO to authenticate our web UI users.

2 Likes

StartWorkflowExecutionRequest request includes identity of the client that requested the start

its exposed via WorkflowExecutionStarted event “identity

I don’t think the web ui sets this property explicitly, might be worth creating issue for it.