Forum Discussion
1 Reply
- OSAdmin
OneStream Employee
Originally posted by NickKroppeDim processInfo as Transformer = DirectCast(args.Inputs(0), Transformer) Dim wfProfileName as String = processInfo.WorkflowProfile.Name
Related Content
- 2 years ago
4/10/2020
What can I use to grab the WF Name, Text, anything .... WITHOUT using session info?
Dim processInfo as Transformer = DirectCast(args.Inputs(0), Transformer)
Dim wfProfileName as String = processInfo.WorkflowProfile.Name