Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Object returned by Invoke-vROWorkflow can not be pipelined to other cmdlets #15

Closed
voroniys opened this issue Jun 13, 2018 · 1 comment
Assignees
Labels
Milestone

Comments

@voroniys
Copy link
Contributor

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

@jonathanmedd jonathanmedd self-assigned this Jun 19, 2018
@jonathanmedd jonathanmedd added this to the 2.0.3 milestone Jun 19, 2018
@jonathanmedd
Copy link
Contributor

@voroniys Thanks a lot for this! Have merged your PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants