Active IQ Unified Manager Discussions

Is it possible to capture the userid of the person executing a workflow as an input parameter?

MATTHEWKOOSWN
3,400 Views

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?

1 ACCEPTED SOLUTION

coreywanless
3,396 Views

Yes. Check out the 'Send Email' Command in WFA. In that command they call 'Get-WfaRestParameter "userName"'

View solution in original post

2 REPLIES 2

coreywanless
3,397 Views

Yes. Check out the 'Send Email' Command in WFA. In that command they call 'Get-WfaRestParameter "userName"'

MATTHEWKOOSWN
3,371 Views

Thanks for the tip!! This is very useful.

Public