VMware Cloud Community
LuckyT
Contributor
Contributor
Jump to solution

Pass Output parameter of one workflow to another workflow as Input parameter?

Hi All,

      I'm creating resource pool & want to add a VM into that resource pool. There are two workflows, 1. creating Resource Pool & 2. Cloning VM. I'm creating another workflow and adding this two workflows. I'm not sure how to pass output parameter value of first executed workflow as Input to another executing workflow. Can anyone help? Can anyone attach the sample workflow?

Thanks in Advance.

0 Kudos
1 Solution

Accepted Solutions
tschoergez
Leadership
Leadership
Jump to solution

Hi,

you have to create workflow attributes (in the "General" tab of your workflow), and bind the out parameters of the first workflow you call to them. Then you can bind the same attributes as in parameters to the second one.

Watch this video (and all the others of the series in www.vmwarelearning.com/orchestrator) to get an explanation: http://vmwarelearning.com/2nB/understanding-variables-and-variable-binding-overview/

Cheers,

Joerg

View solution in original post

0 Kudos
2 Replies
tschoergez
Leadership
Leadership
Jump to solution

Hi,

you have to create workflow attributes (in the "General" tab of your workflow), and bind the out parameters of the first workflow you call to them. Then you can bind the same attributes as in parameters to the second one.

Watch this video (and all the others of the series in www.vmwarelearning.com/orchestrator) to get an explanation: http://vmwarelearning.com/2nB/understanding-variables-and-variable-binding-overview/

Cheers,

Joerg

0 Kudos
LuckyT
Contributor
Contributor
Jump to solution

Thanks, it worked fine.

0 Kudos