Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Is it possible to capture the userid of the person executing a workflow as an input parameter?
2016-03-08
10:17 AM
2,799 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi there,
I currently have a workflow that allows our admin team to restore VM datastores by creating a flexclone of the NAS datastore and mounting it in the ESX cluster. I would like to start keeping track of who is performing the restores so that they can be properly followed up on for cleanup. Is it possible to capture who is executing the workflow as an input parameter that I can put in a database in order to schedule daily reminders to cleanup?
Solved! See The Solution
1 ACCEPTED SOLUTION
MATTHEWKOOSWN has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes. Check out the 'Send Email' Command in WFA. In that command they call 'Get-WfaRestParameter "userName"'
2 REPLIES 2
MATTHEWKOOSWN has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes. Check out the 'Send Email' Command in WFA. In that command they call 'Get-WfaRestParameter "userName"'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for the tip!! This is very useful.
