Skip to content

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

Closed
@voroniys

Description

@voroniys

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions