Forum Discussion
FredLucas
6 months agoContributor III
Hi 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
- Kamila6 months agoContributor
Thanks for your reply, much appreciated! Let me test this and I will let know if I could create such table.
Related Content
- 2 years ago
- 8 months ago
- 9 months ago