You define workflow parameters in the workflow editor. The input parameters provide data for the workflow to process. The output parameters are the data the workflow returns when it completes its run.

Complete the following tasks.

Create the Complex Workflow Example.

Create the Schema of the Complex Workflow Example.

Open the workflow for editing in the workflow editor.

1

Click the Inputs tab in the workflow editor.

2

Define the following input parameter.

Name: resourcePool

Type: VC:ResourcePool

Description: The resource pool containing the virtual machines of which to take snapshots.

3

Click the Outputs tab in the workflow editor.

4

Define the following output parameter.

Name: snapshotVmArrayOut

Type: Array/VC:VirtualMachine

Description: The Array of virtual machines of which snapshots have been taken.

You have defined the workflow's input and output parameters.

You must define the bindings between the element parameters.