Skip to content

Instantly share code, notes, and snippets.

@jonathanmedd
Created August 10, 2016 13:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonathanmedd/2062b8f3a6eb7eb892b68c8238116fd9 to your computer and use it in GitHub Desktop.
Save jonathanmedd/2062b8f3a6eb7eb892b68c8238116fd9 to your computer and use it in GitHub Desktop.
Invoke a Workflow with a Single Parameter
Get-vROWorkflow -Name Test02 | Invoke-vROWorkflow -ParameterName "a" -ParameterValue "Testing" -ParameterType "String"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment