Closed
Description
Steps to reproduce
Invoke-vROWorkflow -Id $vro_wf_id | Get-vROWorkflowExecutionState
Expected behavior
Should get an execution state
Actual behavior
Get-vROWorkflowExecutionState failed with error.
Cause and solution
The issue cause by the wrong data in Execution property. It is
a - array
b - full URL
The solution is in pull request #14