NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

Active IQ Unified Manager Discussions

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

MATTHEWKOOSWN
3,456 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,452 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,453 Views

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

MATTHEWKOOSWN
3,427 Views

Thanks for the tip!! This is very useful.

Public