Forum Discussion
JackLacava
Honored Contributor
If it's not available from the args object, which you can see in the helper tree of the editor, then it's not available to that context. You can submit it as a suggestion in IdeaStream.
Keyser_Soze
2 years agoContributor
Thanks JackLacava, I knew it was far-fetched. Would you please shed some light on a simple thread I posted 3 days ago ? I am trying to get the Users who completed a 'Form Input' workflow step but it seems unavailable in TaskActivity table, I tried using:
BRApi.Workflow.Status.GetWorkflowStatus(si, mywfstep).LastExecutedStep.StepLogItems(0).UserName
Unfortunately, the List(Of StepLogInfo) is Nothing so I get the object reference error ...
Related Content
- 4 months ago
- 3 years ago