Forum Discussion
FredLucas
OneStream Employee
1 year 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
Kamila
1 year agoContributor
Thanks for your reply, much appreciated! Let me test this and I will let know if I could create such table.
Related Content
- 10 months ago
- 2 years ago
- 1 year ago
- 2 years ago