Active IQ Unified Manager Discussions

wfa_workflow_cli - run any WFA workflow any number of times from a script

madhudiwakar
2,061 Views

Hello,

 

Is there a article or documentation that would help in row repetition? I am finding the standard netapp documentation about how repetition works but not detailed enough describing the variables table. I am trying to create a workflow that would create multiple volumes as per user input. Names and size of each volume would be user input.

 

Thanks,

Madhu.

2 REPLIES 2

gaurav_verma
1,986 Views

For this kind of request, I would like to use WFA API and call workflow to pass the form data. 

Try: http://www.wfaguy.com

If you can find any help. 

Girton
1,936 Views

Another thing you can do is look at the certified workflow "NFSv3 File Access".  It uses a table to collect as user input 1 or more export policy rules.  Then it uses row repetition to iterate over the export policy rules user input table to create the export policy rules on the storage system.

 

This workflow is a good example of getting the size of the user input via the 'getSize' function, and then the 'getValueAt2D' function to get the field of the user input line needed for that particular command block parameter.

Public