Forum Discussion
FredLucas
OneStream Employee
2 years agoHi Kamila,
You could probably use the WorkflowStatus method and enrich the result data Table by suppressing the rows you might not want to show and add a column with the user name.
You might want to use the code shared on this post as a starting point:
And then use the following api to get the username (within the for each):
Dim wfInfo As WorkflowInfo = BRApi.Workflow.Status.GetWorkflowStatus(si, wfClusterPk, throwOnError)
wfInfo.CurrentStep.StepLogItems(0).UserName
- Kamila2 years agoContributor
Thanks for your reply, much appreciated! Let me test this and I will let know if I could create such table.
Related Content
- 4 months ago
- 2 years ago
- 2 years ago
- 2 years ago
- 2 years ago